org.malai.interaction
Class Event

java.lang.Object
  extended by org.malai.interaction.Event
Direct Known Subclasses:
KeyPressEvent, MousePressEvent

abstract class Event
extends java.lang.Object

Defines the concept of event.


Field Summary
protected  int idHID
          The identifier of the HID.
 
Constructor Summary
Event(int idHID)
          Creates the event.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idHID

protected int idHID
The identifier of the HID.

Constructor Detail

Event

public Event(int idHID)
Creates the event.

Parameters:
idHID - The identifier of the HID.
Since:
0.2