Class Listeners.ReflectiveListenerWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object bean  
      private java.lang.reflect.Method method  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectiveListenerWrapper​(java.lang.Object bean, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onEvent​(Envelope event)  
      • Methods inherited from class java.lang.Object

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

      • bean

        private final java.lang.Object bean
      • method

        private final java.lang.reflect.Method method
    • Constructor Detail

      • ReflectiveListenerWrapper

        public ReflectiveListenerWrapper​(java.lang.Object bean,
                                         java.lang.reflect.Method method)