Interface AdminCommandEventBroker.AdminCommandListener<T>

Type Parameters:
T - Type of event
Enclosing interface:
AdminCommandEventBroker<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AdminCommandEventBroker.AdminCommandListener<T>
Listener for AdminCommand events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle admin command event.
  • Method Details

    • onAdminCommandEvent

      void onAdminCommandEvent(String name, T event)
      Handle admin command event.