jason.core
Interface ServiceDataListener

All Known Implementing Classes:
AbstractService

public interface ServiceDataListener

Created Sat Feb 16 19:12:29 2002

Interface for the service data listener

See Also:
ServiceDataSpace

Method Summary
 void notifyData(java.lang.String key, java.lang.Object value)
           
 

Method Detail

notifyData

public void notifyData(java.lang.String key,
                       java.lang.Object value)