Annotation Interface Message


@Retention(RUNTIME) @Target(METHOD) public @interface Message
Annotate a method that will get invoked when String messages are broadcasted using the Broadcaster associated with the class where the annotation is associated.
Author:
Jeanfrancois Arcand