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 Summary
Fields Modifier and Type Field Description protected EVENTNAMEnameprotected InputEventTypetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedInputEvent()
-
-
-
Field Detail
-
type
protected InputEventType type
-
name
protected EVENTNAME name
-
-
Method Detail
-
getType
public InputEventType getType()
- Returns:
- the event type.
-
getName
public EVENTNAME getName()
- Returns:
- the event name.
-
-