Class AntiDragPlugin

    • Constructor Detail

      • AntiDragPlugin

        public AntiDragPlugin()
    • Method Detail

      • startUp

        protected void startUp()
                        throws java.lang.Exception
        Overrides:
        startUp in class Plugin
        Throws:
        java.lang.Exception
      • shutDown

        protected void shutDown()
                         throws java.lang.Exception
        Overrides:
        shutDown in class Plugin
        Throws:
        java.lang.Exception
      • keyTyped

        public void keyTyped​(java.awt.event.KeyEvent e)
        Specified by:
        keyTyped in interface java.awt.event.KeyListener
      • keyPressed

        public void keyPressed​(java.awt.event.KeyEvent e)
        Specified by:
        keyPressed in interface java.awt.event.KeyListener
      • keyReleased

        public void keyReleased​(java.awt.event.KeyEvent e)
        Specified by:
        keyReleased in interface java.awt.event.KeyListener
      • onFocusChanged

        @Subscribe
        public void onFocusChanged​(net.runelite.api.events.FocusChanged focusChanged)
      • onWidgetLoaded

        @Subscribe
        public void onWidgetLoaded​(net.runelite.api.events.WidgetLoaded widgetLoaded)