public abstract class IlEventType extends IlEnum
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo |
Modifier | Constructor and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static IlEnumInfo metainfo
public IlEventType(String name)
protected IlEventType()
public abstract void notify(EventListener listener, EventObject event)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.