Package com.avrix.events
Class OnObjectLeftMouseButtonDownEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnObjectLeftMouseButtonDownEvent
Triggered when left mouse button clicked 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
-
OnObjectLeftMouseButtonDownEvent
public OnObjectLeftMouseButtonDownEvent()
-
-
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 left mouse button was pressed down.x
- The x coordinate where the left mouse button was pressed down.y
- The y coordinate where the left mouse button was pressed down.
-