Class Events


  • public final class Events
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Events()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dispatch​(org.apache.qpid.proton.engine.Event event, EventHandler handler)  
      • Methods inherited from class java.lang.Object

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

      • Events

        public Events()
    • Method Detail

      • dispatch

        public static void dispatch​(org.apache.qpid.proton.engine.Event event,
                                    EventHandler handler)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception