Annotation Interface ServerEventListener


@Retention(RUNTIME) public @interface ServerEventListener
Modules can use this annotation to have methods automatically listen for server events. When the module is shutdown the event listener is automatically removed.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details