Package overit.geocall.bl
Class GenericEvent.Step<O>
java.lang.Object
overit.geocall.bl.GenericEvent.Step<O>
- Type Parameters:
O- the type of the output object
- All Implemented Interfaces:
Comparable<GenericEvent.Step>
- Enclosing class:
GenericEvent<O>
Class used to sort the task linked to an event
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<?> protected Class<?> protected Class<? extends BusinessTask<? extends GenericEvent<O>>> protected int -
Method Summary
-
Field Details
-
cls
-
before
-
after
-
order
protected int order
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<O>
-