|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.equipment.IlpAbstractEquipmentModelListener
public abstract class IlpAbstractEquipmentModelListener
This class provides an abstract equipment model listener implementation.
The methods in this class are empty. This class enables you to create equipment model listener objects.
EquipmentModelListener| Constructor Summary | |
|---|---|
IlpAbstractEquipmentModelListener()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
attributeValueChange(AttributeValueEvent event)
Invoked when an attribute of an object contained in the model changes. |
void |
childrenAdded(EquipmentModelEvent event)
Invoked when children are added to a node. |
void |
childrenRemoved(EquipmentModelEvent event)
Invoked when children are removed from a node. |
void |
eventSeriesBegin()
Invoked before a series of events begins. |
void |
eventSeriesEnd()
Invoked after a series of events has ended. |
boolean |
isObserved(IlpRepresentationObject object)
Returns true if the object is a member of the
observation scope of this listener. |
void |
linkEndChanged(EquipmentModelEvent event)
Invoked when a link end node is changed. |
void |
rootObjectAdded(EquipmentModelEvent event)
Invoked when a top-level object is added to the model. |
void |
rootObjectRemoved(EquipmentModelEvent event)
Invoked when a top-level object is removed from the model. |
void |
rootObjectsAdded(EquipmentModelEvent event)
Invoked when several top-level objects are added to the model. |
void |
rootObjectsRemoved(EquipmentModelEvent event)
Invoked when several top-level objects are removed from the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpAbstractEquipmentModelListener()
| Method Detail |
|---|
public void rootObjectAdded(EquipmentModelEvent event)
rootObjectAdded in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.ROOT_OBJECT_ADDED.public void rootObjectsAdded(EquipmentModelEvent event)
rootObjectsAdded in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.ROOT_OBJECTS_ADDED.public void rootObjectRemoved(EquipmentModelEvent event)
rootObjectRemoved in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.ROOT_OBJECT_REMOVED.public void rootObjectsRemoved(EquipmentModelEvent event)
rootObjectsRemoved in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.ROOT_OBJECTS_REMOVED.public void childrenAdded(EquipmentModelEvent event)
childrenAdded in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.CHILDREN_ADDED.public void childrenRemoved(EquipmentModelEvent event)
childrenRemoved in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.CHILDREN_REMOVED.public void linkEndChanged(EquipmentModelEvent event)
linkEndChanged in interface EquipmentModelListenerevent - An event of type
EquipmentModelEvent.Type.LINK_END_CHANGED.public boolean isObserved(IlpRepresentationObject object)
true if the object is a member of the
observation scope of this listener. That is, if this listener is interested in
being notified about the object.
The IlpGraphModel is not allowed to send an
event to this listener if the event concerns an object that is not in
the observation scope.
isObserved in interface GraphModelListenerpublic void eventSeriesBegin()
eventSeriesBegin in interface GraphModelListenerpublic void eventSeriesEnd()
eventSeriesEnd in interface GraphModelListenerpublic void attributeValueChange(AttributeValueEvent event)
attributeValueChange in interface GraphModelListenerattributeValueChange in interface AttributeValueListenerevent - An event of type AttributeValueEvent.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||