Annotation Type Listen
-
@Retention(RUNTIME) @Target(METHOD) public @interface ListenAnnotation for specifying Event handling inSelectorComposer.- Since:
- 6.0.0
- Author:
- simonpai
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe instruction string for adding EventListeners.
-