public abstract class PlanDBAdapter extends java.lang.Object implements IPlanDBListener
| Constructor and Description |
|---|
PlanDBAdapter() |
| 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
|
public void dbInfoUpdated(PlanDBState updatedInfo)
IPlanDBListenerdbInfoUpdated in interface IPlanDBListenerupdatedInfo - The new updated remote PlanDB statepublic void dbPlanReceived(PlanType spec)
IPlanDBListenerdbPlanReceived in interface IPlanDBListenerpublic void dbPlanSent(java.lang.String planId)
IPlanDBListenerdbPlanSent in interface IPlanDBListenerpublic void dbPlanRemoved(java.lang.String planId)
IPlanDBListenerdbPlanRemoved in interface IPlanDBListenerpublic void dbCleared()
dbCleared in interface IPlanDBListenerCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.