Class ALcdGXYContextWrapper

java.lang.Object
com.luciad.view.gxy.ALcdGXYContextWrapper
All Implemented Interfaces:
ILcdGXYContext, Serializable

public abstract class ALcdGXYContextWrapper extends Object implements ILcdGXYContext

Convenience class to wrap an ILcdGXYContext: one only has to overwrite those methods that are required. This is also known as the decorator design pattern.

This wrapper is provided because methods might be added to the interface in a newer version of the API. The advantage of extending from this ALcdGXYContextWrapper is that if methods are ever added to ILcdGXYContext, they will also be added here. So when writing a wrapper for a ILcdGXYContext, always extend this class.

Since:
10.0
See Also: