Class PrometheusGoToEvent<I extends Enum<I>>
java.lang.Object
io.github.tonywasher.joceanus.prometheus.ui.PrometheusGoToEvent<I>
- Type Parameters:
I- the id enum
Prometheus GoTo Event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain details.<T> TgetDetails(Class<T> pClass) Obtain details.getId()Obtain id.
-
Constructor Details
-
PrometheusGoToEvent
Constructor.- Parameters:
pId- the idpDetails- the details
-
-
Method Details
-
getId
Obtain id.- Returns:
- the id
-
getDetails
Obtain details.- Returns:
- the details
-
getDetails
Obtain details.- Type Parameters:
T- the details type- Parameters:
pClass- the class of the details- Returns:
- the details
-