public abstract class IlvManagerLayerAdapter extends Object implements ManagerLayerListener
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.)
Constructor and Description |
---|
IlvManagerLayerAdapter()
Creates a new manager layer adapter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IlvManagerLayerAdapter()
public void layerInserted(ManagerLayerInsertedEvent event)
layerInserted
in interface ManagerLayerListener
event
- The event.public void layerRemoved(ManagerLayerRemovedEvent event)
layerRemoved
in interface ManagerLayerListener
event
- The event.public void layerMoved(ManagerLayerMovedEvent event)
layerMoved
in interface ManagerLayerListener
event
- The event.public void layerChanged(ManagerLayerEvent event)
layerChanged
in interface ManagerLayerListener
event
- The event.ManagerLayerNameEvent
,
ManagerLayerVisibilityEvent
,
ManagerLayerSelectableEvent
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.