Interface MessagingHelper.AliasListener

  • Enclosing interface:
    MessagingHelper

    public static interface MessagingHelper.AliasListener
    The interface to be implemented by classes that need to be notified about aliases creation/deletion
    • Method Detail

      • handleNewAlias

        void handleNewAlias​(AID alias,
                            AID agent)
      • handleDeadAlias

        void handleDeadAlias​(AID alias,
                             AID agent)