|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportOrderStateDelegate
A TransportOrderStateDelegate. Is called after state changes on a TransportOrder have been performed.
Method Summary | |
---|---|
void |
afterCreation(TransportUnit transportUnit)
An action that should be triggered after a TransportOrder has been created. |
void |
afterFinish(Long id)
An action that should be triggered after a TransportOrder has been finished successfully. |
void |
onCancel(Long id)
An action that should be triggered after a TransportOrder has been canceled. |
void |
onFailure(Long id)
An action that should be triggered after a TransportOrder has been set on failure. |
void |
onInterrupt(Long id)
An action that should be triggered after a TransportOrder has been interrupted. |
Method Detail |
---|
void afterCreation(TransportUnit transportUnit)
transportUnit
- The TransportUnit
of the corresponding TransportOrdervoid onCancel(Long id)
id
- The id of the TransportOrdervoid afterFinish(Long id)
id
- The id of the TransportOrdervoid onFailure(Long id)
id
- The id of the TransportOrdervoid onInterrupt(Long id)
id
- The id of the TransportOrder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |