- All Superinterfaces:
- StatusListens
- All Known Implementing Classes:
- AgentPresenceManager
public interface StatusListener
extends StatusListens
to be implemented by codes that want to receive all status messages .
It will not receive EncodedDataStatus messages if the code also implements
one of the EncodedStatusListens interface.
It could be one of KeyValueListener (objects are split into key-values), DataStatusListener
(Objects are rebuilt if the class is known to the current ClassLoader), SerializedDataStatusListener
(Objects are serialized in a byte array) or NoDataStatusListener (EncodedDataStatus
are discarded).