@Retention(value=RUNTIME)
public @interface RemoteRoomEventListener
Modules can use this annotation to have methods automatically listen for remote 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.