org.minueto
Interface MinuetoEvent


public interface MinuetoEvent

MinuetoEvent describes the interface for an Event message. These event message are stored in a MinuetoEventQueue.

Since:
Minueto 0.3
See Also:
MinuetoEventQueue

Method Summary
 void handle()
          This method is called when an event is processed.
 

Method Detail

handle

void handle()
This method is called when an event is processed. Most often, this method is called by the MinuetoEventQueue where the message is stored.