|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.monitor.AbstractMonitorListener
public abstract class AbstractMonitorListener
Ikasan Abstract monitor listener.
| Constructor Summary | |
|---|---|
AbstractMonitorListener(String name)
Constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Getter for monitor listener name |
abstract void |
notify(String state)
Notification of a change |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMonitorListener(String name)
name - The name of the monitor| Method Detail |
|---|
public String getName()
MonitorListener
getName in interface MonitorListenerpublic abstract void notify(String state)
MonitorListener
notify in interface MonitorListenerstate - The change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||