Annotation Interface Callback


@Retention(RUNTIME) @Target(METHOD) public @interface Callback
Declare methods on a correlator Java plugin as being a callback from the runtime. Options are: SHUTDOWN - called when the plugin is unloaded/deleted or the correlator shuts down.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description