All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface examples.mo.SimpleEvent.SimpleListener

public interface SimpleListener
extends EventListener
A simple event listener interface. This interface needs to be implemented in order to receive SimpleEvent events emitted by the Simple M-bean.

See Also:
SimpleEvent, Simple

Method Index

 o handleEvent1(SimpleEvent)
 o handleEvent2(SimpleEvent)

Methods

 o handleEvent1
 public abstract void handleEvent1(SimpleEvent evt)
 o handleEvent2
 public abstract void handleEvent2(SimpleEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index