public interface IModelListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterGetBetInfo(IModelEvent e) |
void |
onAfterPlacingBet(IModelEvent e) |
void |
onAfterTrigger(IModelEvent e) |
void |
onBeforePlacingBet() |
void |
onBeforeSubmitActionPack(IModelEvent e) |
void |
onBeforeTrigger() |
void |
onModelError(IModelEvent e) |
void |
onModelStart() |
void |
onModelStop(IModelEvent e) |
void |
onModelTick(IModelEvent e) |
void onModelStart()
void onModelTick(IModelEvent e)
void onBeforeTrigger()
void onAfterTrigger(IModelEvent e)
void onBeforeSubmitActionPack(IModelEvent e)
void onBeforePlacingBet()
void onAfterGetBetInfo(IModelEvent e)
void onAfterPlacingBet(IModelEvent e)
void onModelStop(IModelEvent e)
void onModelError(IModelEvent e)