stella
Interface AcknowledgeListener

All Superinterfaces:
EventListener

public interface AcknowledgeListener
extends EventListener

The listener interface for receiving acknowledge events. The class that is interested in receiving acknowledge events implements this interface, and the object that is created from that class registers itself to acknowledge events generating sources. Registering and deregistering uses the standard convention names, addAcknowledgeListener and removeAcknowledgeListener. When an acknowledge is fired the gotAcknowledge of all registered acknowledge listeners is invoked.

See Also:
CommandListener

Method Summary
 void gotAcknowledge(AcknowledgeEvent ae)
          The method called by registered acknowledge casters.
 

Method Detail

gotAcknowledge

void gotAcknowledge(AcknowledgeEvent ae)
The method called by registered acknowledge casters.