ilog.views.event
Interface ManagerLayerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
IlvManagerLayerAdapter

public interface ManagerLayerListener
extends EventListener

The listener interface for receiving events about layers in a manager. The class that is interested in processing a layer changed event must implement this interface (and all the methods it contains). The listener object created from this class is then registered with a manager using the manager's addManagerLayerListener method. When the manager's layers change because a layer has been added, removed, or when an index of a layer has changed, the relevant method in the listener object is invoked.

See Also:
IlvManager.addManagerLayerListener(ilog.views.event.ManagerLayerListener), IlvManager.removeManagerLayerListener(ilog.views.event.ManagerLayerListener)

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
 

Method Detail

layerInserted

void layerInserted(ManagerLayerInsertedEvent event)
This method is called by the manager, as notification that a layer was inserted into the manager.

Parameters:
event - The event.

layerRemoved

void layerRemoved(ManagerLayerRemovedEvent event)
This method is called by the manager, to notify that a layer was removed from the manager

Parameters:
event - The event.

layerMoved

void layerMoved(ManagerLayerMovedEvent event)
This method is called by the manager, as notification that a layer index has changed in the manager.

Parameters:
event - The event.

layerChanged

void layerChanged(ManagerLayerEvent event)
This method is called by the manager, as notification that the layer has changed in some way.

Parameters:
event - The event.
See Also:
ManagerLayerNameEvent, ManagerLayerVisibilityEvent, ManagerLayerSelectableEvent


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.