Package jade.core.messaging
Interface MessagingHelper.AliasListener
-
- Enclosing interface:
- MessagingHelper
public static interface MessagingHelper.AliasListenerThe interface to be implemented by classes that need to be notified about aliases creation/deletion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleDeadAlias(AID alias, AID agent)voidhandleNewAlias(AID alias, AID agent)
-