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)
IPlanDBListener
dbInfoUpdated
in interface IPlanDBListener
updatedInfo
- The new updated remote PlanDB statepublic void dbPlanReceived(PlanType spec)
IPlanDBListener
dbPlanReceived
in interface IPlanDBListener
public void dbPlanSent(java.lang.String planId)
IPlanDBListener
dbPlanSent
in interface IPlanDBListener
public void dbPlanRemoved(java.lang.String planId)
IPlanDBListener
dbPlanRemoved
in interface IPlanDBListener
public void dbCleared()
dbCleared
in interface IPlanDBListener
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.