Class InputEvent<EVENTNAME>

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.events.InputEvent<EVENTNAME>
Type Parameters:
EVENTNAME -
Direct Known Subclasses:
KeyboardEvent, MouseEvent

public abstract class InputEvent<EVENTNAME>
extends Object
Author:
Madhav Krishna
  • Field Details

  • Constructor Details

    • InputEvent

      protected InputEvent()
  • Method Details

    • getType

      public InputEventType getType()
      Returns:
      the event type.
    • getName

      public EVENTNAME getName()
      Returns:
      the event name.