Uses of Class
org.malai.interaction.Event

Packages that use Event
org.malai.interaction   
 

Uses of Event in org.malai.interaction
 

Subclasses of Event in org.malai.interaction
(package private)  class KeyPressEvent
          This class defines an event corresponding to the pressure of a key.
(package private)  class MousePressEvent
          This class defines an event corresponding to the pressure of a button of a mouse.
 

Fields in org.malai.interaction with type parameters of type Event
protected  java.util.List<Event> Interaction.stillProcessingEvents
          The events still in process.
 

Methods in org.malai.interaction with parameters of type Event
protected  void Interaction.addEvent(Event event)
          Adds the given event to the events 'still in process' list.