Property | Type | Description | |
---|---|---|---|
monitors | List |
||
responders | List |
Method | Description | |
---|---|---|
Reload ( ) : void |
Reload all monitors and responders
|
|
Reload ( string name ) : void |
Reload a specific monitor or responder
|
|
Start ( ) : void | ||
Stop ( ) : void | ||
eventHandler ( Event journalEvent ) : void | ||
refreshProfile ( ) : void |
Obtain information from the companion API and use it to refresh our own data
|
Method | Description | |
---|---|---|
EDDI ( ) : EddiCompanionAppService | ||
OnEvent ( Event @event ) : void | ||
SetShip ( |
||
eventCommanderContinuedEvent ( |
||
eventDocked ( |
||
eventEnteredNormalSpace ( |
||
eventEnteredSupercruise ( |
||
eventJumped ( |
||
eventJumping ( |
||
eventLocation ( LocationEvent theEvent ) : bool | ||
eventShipDeliveredEvent ( |
||
eventShipSoldEvent ( |
||
eventShipSwappedEvent ( |
||
eventUndocked ( |
||
findMonitors ( ) : List |
Find all monitors
|
|
findResponders ( ) : List |
Find all responders
|
|
keepAlive ( string name, System.Action start ) : void |
Keep a thread alive, restarting it as required
|
|
setCommanderTitle ( ) : void | ||
setSystemDistanceFromHome ( |
||
updateCurrentSystem ( string name ) : void |
public eventHandler ( Event journalEvent ) : void | ||
journalEvent | Event | |
return | void |