Class ComponentMouseWheelEvent

java.lang.Object
de.gurkenlabs.litiengine.gui.ComponentMouseWheelEvent

public class ComponentMouseWheelEvent
extends java.lang.Object
  • Constructor Summary

    Constructors 
    ConstructorDescription
    ComponentMouseWheelEvent​(java.awt.event.MouseWheelEvent event, GuiComponent sender)
    Instantiates a new component mouse event.
  • Method Summary

    Modifier and TypeMethodDescription
    java.awt.event.MouseWheelEventgetEvent()
    Gets the event.
    GuiComponentgetSender()
    Gets the sender.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ComponentMouseWheelEvent

      public ComponentMouseWheelEvent​(java.awt.event.MouseWheelEvent event, GuiComponent sender)
      Instantiates a new component mouse event.
      Parameters:
      event - the event
      sender - the sender
  • Method Details

    • getEvent

      public java.awt.event.MouseWheelEvent getEvent()
      Gets the event.
      Returns:
      the event
    • getSender

      public GuiComponent getSender()
      Gets the sender.
      Returns:
      the sender