Class PrometheusFieldSetEvent
java.lang.Object
io.github.tonywasher.joceanus.prometheus.ui.fieldset.PrometheusFieldSetEvent
FieldSetEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionPrometheusFieldSetEvent(MetisDataItem.MetisDataFieldId pFieldId, Object pNewValue) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionObtain the source field.getValue()Obtain the value.<T> TObtain the value as specific type.
-
Constructor Details
-
PrometheusFieldSetEvent
Constructor.- Parameters:
pFieldId- the source fieldIdpNewValue- the new Value
-
-
Method Details
-
getFieldId
Obtain the source field.- Returns:
- the field
-
getValue
Obtain the value.- Returns:
- the value
-
getValue
Obtain the value as specific type.- Type Parameters:
T- the value class- Parameters:
pClass- the required class- Returns:
- the value
- Throws:
OceanusException- on error
-