Class TracingEventQueue


  • public class TracingEventQueue
    extends java.awt.EventQueue
    Monitor events being dispatched to application.
    Author:
    Chris Jennings
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatchEvent​(java.awt.AWTEvent event)  
      void install()  
      static void installDefault()  
      boolean isEventOfInterest​(java.awt.AWTEvent event)  
      • Methods inherited from class java.awt.EventQueue

        createSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
      • Methods inherited from class java.lang.Object

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

      • TracingEventQueue

        public TracingEventQueue()
      • TracingEventQueue

        public TracingEventQueue​(int maxStackTraceLength)
    • Method Detail

      • dispatchEvent

        protected void dispatchEvent​(java.awt.AWTEvent event)
        Overrides:
        dispatchEvent in class java.awt.EventQueue
      • isEventOfInterest

        public boolean isEventOfInterest​(java.awt.AWTEvent event)
      • install

        public void install()
      • installDefault

        public static void installDefault()