Package org.glassfish.api.admin
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.
Listener for AdminCommand events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAdminCommandEvent(String name, T event) Handle admin command event.
-
Method Details
-
onAdminCommandEvent
Handle admin command event.
-