Package jadx.gui.ui

Class JadxEventQueue


  • public class JadxEventQueue
    extends java.awt.EventQueue
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatchEvent​(java.awt.AWTEvent event)  
      static void register()  
      • 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
    • Method Detail

      • register

        public static void register()
      • dispatchEvent

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