JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.zetaplugins.zetacore.event.annotation
Annotation Interface EventListener
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
EventListener
Annotation to mark event listener classes for automatic registration. Classes annotated with this will be registered by the
AutoEventListenerRegistrar
.