com.syncbuilder.service
Interface ServiceStateListener

All Known Implementing Classes:
ServiceStateQueueAdaptor

public abstract interface ServiceStateListener
extends java.util.EventListener

This interface may be implemented by all those classes which wish to be notified about changes in a service's state.

See Also:
ServiceStateEvent

Method Summary
 void stateChanged(ServiceStateEvent sse)
          This one is invoked every time the state of the service has changed.
 

Method Detail

stateChanged

public void stateChanged(ServiceStateEvent sse)
This one is invoked every time the state of the service has changed.


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.