Interface NumberAndUnitsComposite.UnitSelectionChangedListener<Q extends javax.measure.Quantity<Q>>

Enclosing class:
NumberAndUnitsComposite<Q extends javax.measure.Quantity<Q>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface NumberAndUnitsComposite.UnitSelectionChangedListener<Q extends javax.measure.Quantity<Q>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    unitSelectionChanged(javax.measure.Unit<Q> newUnit)
     
  • Method Details

    • unitSelectionChanged

      void unitSelectionChanged(javax.measure.Unit<Q> newUnit)