public class MedicalLineBroadcastReceiver.ModificationCallback extends CotModificationManager.ModificationAction
| Constructor and Description |
|---|
ModificationCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndPrompt(CotEvent event,
android.os.Bundle bundle)
Prompts the user with the appropriate user screens.
|
void |
showAcceptDialog(CotEvent event,
android.os.Bundle bundle)
Function to show a dialog where the user can accept or reject changes to a marker
|
approvedpublic boolean checkAndPrompt(CotEvent event, android.os.Bundle bundle)
CotModificationManager.ModificationActioncheckAndPrompt in class CotModificationManager.ModificationActionpublic void showAcceptDialog(CotEvent event, android.os.Bundle bundle)
event - the cot event.bundle - the bundle which accompanies the cot event.