public interface ISystemListener
Modifier and Type | Method and Description |
---|---|
void |
onConnect()
Called on successful connect
|
void |
onDisconnect()
Called on disconnect
|
void |
onStart(long processId)
Called on new strategy start
|
void |
onStop(long processId)
Called on the strategy stop
|
void onStart(long processId)
processId
- id of the started strategyvoid onStop(long processId)
processId
- id of the strategy stoppedvoid onConnect()
void onDisconnect()
Copyright © 2016. All rights reserved.