jason.core
Interface ServiceContextListener

All Known Implementing Classes:
ServiceContainer, ServiceContext

public interface ServiceContextListener

Created Fri Sep 13 20:37:16 2002

Listener for the ServiceContext state. This state depends on the Service state

Author:
Alexandre Brillant

Method Summary
 void notifyInit()
           
 void notifyStart()
           
 void notifyStop()
           
 

Method Detail

notifyInit

public void notifyInit()

notifyStart

public void notifyStart()

notifyStop

public void notifyStop()