public class MissionTreePlanDbAdapter extends PlanDBAdapter
| Constructor and Description |
|---|
MissionTreePlanDbAdapter(ConsoleLayout console,
MissionTreePanel missionTree) |
| Modifier and Type | Method and Description |
|---|---|
void |
dbCleared() |
void |
dbInfoUpdated(PlanDBState updatedInfo)
This method is called whenever an update is received from the remote state
|
void |
dbPlanReceived(PlanType spec)
This method is called whenever a plan is received from the vehicle
|
void |
dbPlanRemoved(java.lang.String planId)
This method is called whenever a sent plan was received successfully by the vehicle
|
void |
dbPlanSent(java.lang.String planId)
This method is called whenever a sent plan was received successfully by the vehicle
|
void |
setDebugOn(boolean debugOn) |
public MissionTreePlanDbAdapter(ConsoleLayout console, MissionTreePanel missionTree)
public void dbCleared()
dbCleared in interface IPlanDBListenerdbCleared in class PlanDBAdapterpublic void dbInfoUpdated(PlanDBState updatedInfo)
IPlanDBListenerdbInfoUpdated in interface IPlanDBListenerdbInfoUpdated in class PlanDBAdapterupdatedInfo - The new updated remote PlanDB statepublic void dbPlanReceived(PlanType spec)
IPlanDBListenerdbPlanReceived in interface IPlanDBListenerdbPlanReceived in class PlanDBAdapterpublic void dbPlanRemoved(java.lang.String planId)
IPlanDBListenerdbPlanRemoved in interface IPlanDBListenerdbPlanRemoved in class PlanDBAdapterpublic void dbPlanSent(java.lang.String planId)
IPlanDBListenerdbPlanSent in interface IPlanDBListenerdbPlanSent in class PlanDBAdapterpublic void setDebugOn(boolean debugOn)
debugOn - the debugOn to setCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.