Class OnRightMouseUpEvent

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

public abstract class OnRightMouseUpEvent extends Event
Triggered when mouse button is released.
  • Constructor Details

    • OnRightMouseUpEvent

      public OnRightMouseUpEvent()
  • 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(Integer x, Integer y)
      Called Event Handling Method
      Parameters:
      x - The x coordinate where the right mouse button was released.
      y - The y coordinate where the right mouse button was released.