FileDocCategorySizeDatePackage
ActiveEvent.javaAPI DocAndroid 1.5 API1324Wed May 06 22:41:54 BST 2009java.awt

ActiveEvent

public interface ActiveEvent
This interface defines events that know how to dispatch themselves. Such event can be placed upon the event queue and its dispatch method will be called when the event is dispatched.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voiddispatch()
Dispatches the event to the listeners of the event's source, or does whatever it is this event is supposed to do.