jason.core
Interface ServiceContainerDataModelListener

All Known Implementing Classes:
ServiceWorkingDirectoryManager

public interface ServiceContainerDataModelListener

Here a listener for the ServiceContainerDataModel. This is a commodity for new service notification.

Since:
1.0
See Also:
ServiceContainerDataModel

Method Summary
 void notifyAddServiceContainer(ServiceContainer sc)
          notify the listener for a new ServiceContainer
 void notifyRemoveServiceContainer(ServiceContainer sc)
          Notify the listener for removing a ServiceContainer
 

Method Detail

notifyAddServiceContainer

public void notifyAddServiceContainer(ServiceContainer sc)
notify the listener for a new ServiceContainer


notifyRemoveServiceContainer

public void notifyRemoveServiceContainer(ServiceContainer sc)
Notify the listener for removing a ServiceContainer