ilog.cpl.model.container
Class RepresentationNodeEvent.Type

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.util.IlEventType
          extended by ilog.cpl.model.container.RepresentationNodeEvent.Type
Enclosing class:
RepresentationNodeEvent

public abstract static class RepresentationNodeEvent.Type
extends IlEventType

Type of events supported by this event class.


Field Summary
static RepresentationNodeEvent.Type CHILDREN_ADDED
          Signals that new children have been added.
static RepresentationNodeEvent.Type CHILDREN_REMOVED
          Signals that some of a node's children have been removed.
static IlEnumInfo metainfo
          Metainformation about event type.
 
Constructor Summary
protected RepresentationNodeEvent.Type(String name)
          Constructor
 
Method Summary
 
Methods inherited from class ilog.util.IlEventType
notify
 
Methods inherited from class ilog.util.IlEnum
getName, intern, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static IlEnumInfo metainfo
Metainformation about event type.


CHILDREN_ADDED

public static final RepresentationNodeEvent.Type CHILDREN_ADDED
Signals that new children have been added.


CHILDREN_REMOVED

public static final RepresentationNodeEvent.Type CHILDREN_REMOVED
Signals that some of a node's children have been removed.

Constructor Detail

RepresentationNodeEvent.Type

protected RepresentationNodeEvent.Type(String name)
Constructor

Parameters:
name - Event type name


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