com.imagine.util.events
Class MouseEventType
java.lang.Object
com.imagine.util.events.MouseEventType
- public class MouseEventType
- extends java.lang.Object
Defines the types of mouse events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MOUSE_CLICKED
public static final MouseEventType MOUSE_CLICKED
MOUSE_PRESSED
public static final MouseEventType MOUSE_PRESSED
MOUSE_RELEASED
public static final MouseEventType MOUSE_RELEASED
MOUSE_ENTERED
public static final MouseEventType MOUSE_ENTERED
MOUSE_EXITED
public static final MouseEventType MOUSE_EXITED
getName
public java.lang.String getName()
toString
public java.lang.String toString()