ilog.util
Class IlEventType

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.util.IlEventType
Direct Known Subclasses:
GraphModelEvent.Type, GraphRendererEvent.Type, GraphSelectionEvent.Type, IlpBackgroundEvent.Type, NetworkModelObserveEvent.Type, NodeExpansionEvent.Type, RepresentationLinkEvent.Type, RepresentationNodeEvent.Type

public abstract class IlEventType
extends IlEnum

This class defines the events types used to indicate which are the notifications to be sent.

Since:
JTGO 3.0

Field Summary
static IlEnumInfo metainfo
           
 
Constructor Summary
protected IlEventType()
          Constructor to be used by subclasses which manage their own event type table.
  IlEventType(String name)
          Creates a new event type and adds it to IlEventType's table.
 
Method Summary
abstract  void notify(EventListener listener, EventObject event)
          This method must be implemented by each type of event, to call the proper method in the listener which is responsible for handling this event.
 
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
Internal method or field: do not use!
Constructor Detail

IlEventType

public IlEventType(String name)
Creates a new event type and adds it to IlEventType's table.


IlEventType

protected IlEventType()
Constructor to be used by subclasses which manage their own event type table.

Method Detail

notify

public abstract void notify(EventListener listener,
                            EventObject event)
This method must be implemented by each type of event, to call the proper method in the listener which is responsible for handling this event.



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