Package com.avrix.events
Class OnObjectRightMouseButtonUpEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnObjectRightMouseButtonUpEvent
Triggered when right mouse button is released on object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(zombie.iso.IsoObject object, Integer x, Integer y) Called Event Handling Method
-
Constructor Details
-
OnObjectRightMouseButtonUpEvent
public OnObjectRightMouseButtonUpEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
Called Event Handling Method- Parameters:
object
- The object on which the right mouse button was released.x
- The x coordinate where the right mouse button was released.y
- The x coordinate where the right mouse button was released.
-