Class SpeedTestSetLimitPanel.ByteConversionListener

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener
    Enclosing class:
    SpeedTestSetLimitPanel

    static class SpeedTestSetLimitPanel.ByteConversionListener
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    Convert the bytes into bit.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.eclipse.swt.widgets.Label echoLbl  
      (package private) org.eclipse.swt.widgets.Text setting  
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteConversionListener​(org.eclipse.swt.widgets.Label _echoLbl, org.eclipse.swt.widgets.Text _setting)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.eclipse.swt.widgets.Event e)  
      • Methods inherited from class java.lang.Object

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

      • echoLbl

        final org.eclipse.swt.widgets.Label echoLbl
      • setting

        final org.eclipse.swt.widgets.Text setting
    • Constructor Detail

      • ByteConversionListener

        public ByteConversionListener​(org.eclipse.swt.widgets.Label _echoLbl,
                                      org.eclipse.swt.widgets.Text _setting)
    • Method Detail

      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event e)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener