|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wsrp4j.util.StateChangedServiceImpl
public class StateChangedServiceImpl
This class implements the StateChangedService interface and is the parent of all classes with StateChangeService functionality.
| Constructor Summary | |
|---|---|
StateChangedServiceImpl()
Constructor |
|
| Method Summary | |
|---|---|
void |
addListener(StateChangedListener changeListener)
Adds a StateChangedListener object to the internal array list. |
void |
stateChanged()
Notifies all registered listeners by calling the stateChanged(StateChangedEvent e) method on the target object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateChangedServiceImpl()
| Method Detail |
|---|
public void addListener(StateChangedListener changeListener)
addListener in interface StateChangedServicechangeListener - to be addedpublic void stateChanged()
stateChanged in interface StateChangedService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||