public abstract class Event extends java.util.EventObject
source
Event(java.lang.Object source)
Event(java.lang.Object source, int type)
int
getType()
(package private) void
setType(int type)
setValues(int type)
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Event(java.lang.Object source)
public Event(java.lang.Object source, int type)
public int getType()
void setType(int type)
void setValues(int type)