|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphModelListener
This interface allows the observing of changes to an
IlpGraphModel.
Since an IlpGraphModel potentially contains an
infinite number of objects, and to permit load-on-demand, a model listener
maintains a list of objects which it is interested in, called the
"observation scope".
GraphModelEvent| Method Summary | |
|---|---|
void |
attributeValueChange(AttributeValueEvent event)
Invoked when the attribute of an object contained in the model changes. |
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 this listener's
observation scope, in other words, if this listener is interested in
being notified about the object. |
| Method Detail |
|---|
boolean isObserved(IlpRepresentationObject object)
true if the object is a member of this listener's
observation scope, in other words, 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 is about an object that is not in
the observation scope.
void eventSeriesBegin()
void eventSeriesEnd()
void attributeValueChange(AttributeValueEvent event)
attributeValueChange 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 | |||||||||