Class HandlerCollection.Handlers

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Handler[] _handlers  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Handlers​(Handler[] handlers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Handler[] getHandlers()  
      • Methods inherited from class java.lang.Object

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

      • _handlers

        private final Handler[] _handlers
    • Constructor Detail

      • Handlers

        protected Handlers​(Handler[] handlers)
    • Method Detail

      • getHandlers

        public Handler[] getHandlers()