|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.mapping.EdgeMappingObserver
Constructor Summary | |
EdgeMappingObserver(diva.graph.model.Graph graph,
diva.graph.GraphView view)
Creates new EdgeMappingObserver |
Method Summary | |
void |
elementAdded(SetChangeEvent event)
Invoked when an element is added to the observed set. |
void |
elementRemoved(SetChangeEvent event)
Invoked when an element is removed from the observed set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EdgeMappingObserver(diva.graph.model.Graph graph, diva.graph.GraphView view)
Method Detail |
public void elementAdded(SetChangeEvent event)
elementAdded
in interface SetChangeListener
event
- the object representing the element's addition.public void elementRemoved(SetChangeEvent event)
elementRemoved
in interface SetChangeListener
event
- the object represent the element's removal.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |