|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.EventType
Represents a particular type of an event. Each GtkEvent
has an
associated type.
Constructor Summary | |
EventType(int typeID,
java.lang.String typeName)
Constructs a new event type |
Method Summary | |
int |
getID()
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventType(int typeID, java.lang.String typeName)
typeID
- Type IdentifiertypeName
- String to be displayed as part of the event.toString
method.Method Detail |
public int getID()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |