|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepresentationNodeListener
This interface permits the observing of significant changes to an
IlpRepresentationNode.
seen as a container for other objects.
RepresentationNodeEvent,
IlpRepresentationNode.addRepresentationNodeListener(ilog.cpl.model.container.RepresentationNodeListener),
IlpRepresentationNode.removeRepresentationNodeListener(ilog.cpl.model.container.RepresentationNodeListener)| Method Summary | |
|---|---|
void |
childrenAdded(RepresentationNodeEvent event)
Invoked when children are added to a node. |
void |
childrenRemoved(RepresentationNodeEvent event)
Invoked when children are removed from a node. |
| Method Detail |
|---|
void childrenAdded(RepresentationNodeEvent event)
event - An event of type RepresentationNodeEvent.Type.CHILDREN_ADDED.void childrenRemoved(RepresentationNodeEvent event)
event - An event of type RepresentationNodeEvent.Type.CHILDREN_REMOVED.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||