|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventIfc
This is the Event interface.
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Gets the event class name. |
boolean |
isEventClass(java.lang.Class eventClass)
Indicates if this event matches a given event class. |
boolean |
isUserDefined()
Indicates if this event is user defined or not. |
| Method Detail |
|---|
boolean isEventClass(java.lang.Class eventClass)
eventClass - The event class.
true if this event is of the same class,
otherwise false.boolean isUserDefined()
true if user defined, otherwise false.java.lang.String getClassName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||