Class SelectorsExt


  • public class SelectorsExt
    extends java.lang.Object
    Extended utilities for Selectors and SelectorComposer.
    Since:
    6.0.1
    Author:
    simonpai
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorsExt()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object subscribeEventQueues​(java.lang.Object controller)
      Subscribe member methods with Subscribe annotation in the controller object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectorsExt

        public SelectorsExt()
    • Method Detail

      • subscribeEventQueues

        public static java.lang.Object subscribeEventQueues​(java.lang.Object controller)
        Subscribe member methods with Subscribe annotation in the controller object.
        Since:
        6.0.1