Class ScrollingSwingTerminal.ScrollbarListener

  • All Implemented Interfaces:
    java.awt.event.AdjustmentListener, java.util.EventListener
    Enclosing class:
    ScrollingSwingTerminal

    private class ScrollingSwingTerminal.ScrollbarListener
    extends java.lang.Object
    implements java.awt.event.AdjustmentListener
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ScrollbarListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void adjustmentValueChanged​(java.awt.event.AdjustmentEvent e)  
      • Methods inherited from class java.lang.Object

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

      • ScrollbarListener

        private ScrollbarListener()
    • Method Detail

      • adjustmentValueChanged

        public void adjustmentValueChanged​(java.awt.event.AdjustmentEvent e)
        Specified by:
        adjustmentValueChanged in interface java.awt.event.AdjustmentListener