Class EventHandlerMethodProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      EventHandler process​(java.lang.Object eventHandler, java.lang.reflect.AccessibleObject fieldOrMethod)  
      protected abstract EventHandler processMethod​(java.lang.Object eventHandler, java.lang.reflect.Method method)  
      boolean supports​(java.lang.reflect.AccessibleObject fieldOrMethod)  
      protected abstract boolean supportsMethod​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • EventHandlerMethodProcessor

        public EventHandlerMethodProcessor()
    • Method Detail

      • supports

        public boolean supports​(java.lang.reflect.AccessibleObject fieldOrMethod)
        Specified by:
        supports in interface EventHandlerProcessor
      • supportsMethod

        protected abstract boolean supportsMethod​(java.lang.reflect.Method method)
      • processMethod

        protected abstract EventHandler processMethod​(java.lang.Object eventHandler,
                                                      java.lang.reflect.Method method)