Package org.glassfish.api.event
Interface EventListener
-
- All Known Implementing Classes:
AdminAdapter,AdminConsoleAdapter,AsadminRecorderService,BatchRuntimeHelper,CleanupPostBoot,ClusteredStore,ClusterExecutionService,ConfigProviderResolverImpl,ConnectorApplication,ConnectorDeployer,DeployCommand,DeployDirCommand,EjbDeployer,EjbInvokerService,EventBus,ExampleService,ExtensionConfigSourceService,FaultToleranceServiceImpl,GrizzlyService,HazelcastCore,HazelcastTopicStorage,HealthCheckService,HealthCheckService,JMXMonitoringService,JobManagerService,JPADeployer,LifecycleModuleService,ManagedBeanManagerImpl,MonitoringBootstrap,MonitoringConsoleRuntimeImpl,NotificationService,OpenTracingService,PayaraCluster,PayaraExecutorService,PayaraFileWatcher,PayaraInstanceImpl,PhoneHomeCore,PrivateAdminAdapter,PublicAdminAdapter,RequestTracingService,ResourcesDeployer,ResourceValidator,SecurityLifecycle.AuditServerShutdownListener,SetNetworkListenerConfiguration,TempNodeShutdownCleanupService,WebContainer,WeldDeployer
public interface EventListenerCode that wish to listen to glassfish events should implement this interface and register it to the Events contract implementation. User: Jerome Dochez
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventListener.Event<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevent(EventListener.Event<?> event)Process a Glassfish/Payara event
-
-
-
Method Detail
-
event
void event(EventListener.Event<?> event)
Process a Glassfish/Payara event- Parameters:
event-
-
-