ilog.util
Class IlEventType
java.lang.Object
ilog.util.IlEnum
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
|
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. |
metainfo
public static IlEnumInfo metainfo
- Internal method or field: do not use!
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.
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.