Class SpeedometerPanel.Holder<T>

java.lang.Object
org.bidib.wizard.mvc.loco.view.speedo.SpeedometerPanel.Holder<T>
All Implemented Interfaces:
Serializable
Enclosing class:
SpeedometerPanel<M extends ProgCommandAwareBeanModel>

public final class SpeedometerPanel.Holder<T> extends Object implements Serializable
Holds a value of type T.
See Also:
  • Field Details

    • value

      public T value
      The value contained in the holder.
  • Constructor Details

    • Holder

      public Holder()
      Creates a new holder with a null value.
    • Holder

      public Holder(T value)
      Create a new holder with the specified value.
      Parameters:
      value - The value to be stored in the holder.