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() -
Method Summary
Modifier and Type Method Description EVENTNAMEgetName()InputEventTypegetType()
-
Field Details
-
type
-
name
-
-
Constructor Details
-
InputEvent
protected InputEvent()
-
-
Method Details
-
getType
- Returns:
- the event type.
-
getName
- Returns:
- the event name.
-