ilog.cpl.model.container
Interface RepresentationNodeListener

All Superinterfaces:
EventListener

public interface RepresentationNodeListener
extends EventListener

This interface permits the observing of significant changes to an IlpRepresentationNode. seen as a container for other objects.

Since:
JTGO 3.0
See Also:
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

childrenAdded

void childrenAdded(RepresentationNodeEvent event)
Invoked when children are added to a node.

Parameters:
event - An event of type RepresentationNodeEvent.Type.CHILDREN_ADDED.

childrenRemoved

void childrenRemoved(RepresentationNodeEvent event)
Invoked when children are removed from a node.

Parameters:
event - An event of type RepresentationNodeEvent.Type.CHILDREN_REMOVED.


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