Class SpeedTestSetLimitPanel.ByteConversionListener

java.lang.Object
com.biglybt.ui.swt.speedtest.SpeedTestSetLimitPanel.ByteConversionListener
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
Enclosing class:
SpeedTestSetLimitPanel

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

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

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

    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 Details

    • echoLbl

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

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

    • ByteConversionListener

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

    • handleEvent

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