|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.event.adapter.IlvManagerLayerAdapter
public abstract class IlvManagerLayerAdapter
An abstract adapter class for receiving manager layer events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a manager layer event listener
and override the methods for the events of interest. (If you implement the
ManagerLayerListener interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
ManagerLayerListener,
IlvManager.addManagerLayerListener(ilog.views.event.ManagerLayerListener),
IlvManager.removeManagerLayerListener(ilog.views.event.ManagerLayerListener)| Constructor Summary | |
|---|---|
IlvManagerLayerAdapter()
Creates a new manager layer adapter. |
|
| Method Summary | |
|---|---|
void |
layerChanged(ManagerLayerEvent event)
This method is called by the manager, as notification that the layer has changed in some way. |
void |
layerInserted(ManagerLayerInsertedEvent event)
This method is called by the manager, as notification that a layer was inserted into the manager. |
void |
layerMoved(ManagerLayerMovedEvent event)
This method is called by the manager, as notification that a layer index has changed in the manager. |
void |
layerRemoved(ManagerLayerRemovedEvent event)
This method is called by the manager, to notify that a layer was removed from the manager This implementation does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvManagerLayerAdapter()
| Method Detail |
|---|
public void layerInserted(ManagerLayerInsertedEvent event)
layerInserted in interface ManagerLayerListenerevent - The event.public void layerRemoved(ManagerLayerRemovedEvent event)
layerRemoved in interface ManagerLayerListenerevent - The event.public void layerMoved(ManagerLayerMovedEvent event)
layerMoved in interface ManagerLayerListenerevent - The event.public void layerChanged(ManagerLayerEvent event)
layerChanged in interface ManagerLayerListenerevent - The event.ManagerLayerNameEvent,
ManagerLayerVisibilityEvent,
ManagerLayerSelectableEvent
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||