Class OnObjectRightMouseButtonDownEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnObjectRightMouseButtonDownEvent

public abstract class OnObjectRightMouseButtonDownEvent extends Event
Triggered when right mouse button clicked on object
  • Constructor Details

    • OnObjectRightMouseButtonDownEvent

      public OnObjectRightMouseButtonDownEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(zombie.iso.IsoObject object, Integer x, Integer y)
      Called Event Handling Method
      Parameters:
      object - The object on which the right mouse button was pressed down.
      x - The x coordinate where the right mouse button was pressed down.
      y - The y coordinate where the right mouse button was pressed down.