public class CotModificationManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CotModificationManager.ModificationAction |
Constructor and Description |
---|
CotModificationManager() |
Modifier and Type | Method and Description |
---|---|
static boolean |
process(CotEvent event,
android.os.Bundle bundle) |
static void |
register(java.lang.String uid,
CotModificationManager.ModificationAction callback)
Allows the client to register an action for when a specific item with the
uid specified is received.
|
static void |
unregister(java.lang.String uid)
Allows the client to unregister an action for when a specific item with the
uid specified is received.
|
public static void register(java.lang.String uid, CotModificationManager.ModificationAction callback)
uid
- the uid of the map item.callback
- the callback to see.public static void unregister(java.lang.String uid)
uid
- the uid of the map item.public static boolean process(CotEvent event, android.os.Bundle bundle)