Annotation Interface RoomEventListener


@Retention(RUNTIME) public @interface RoomEventListener
Modules can use this annotation to have methods automatically listen for room events. When the module is shutdown the event listener is automatically removed. This annotation is only valid for room modules and the room listened to is the room to which the room module is attached.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details