public class ContactListDetailHandler extends java.lang.Object implements IntentReceiver, MarkerDetailHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
ContactListDetailHandler(Contacts contacts,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
|
void |
onReceive(android.content.Context context,
android.content.Intent intent)
Deprecated.
|
void |
toCotDetail(Marker marker,
CotDetail detail)
Given a marker and an CotDetail (usually empty), fill the detail as
appropriate from entries in the Marker Detail.
|
void |
toMarkerMetadata(Marker marker,
CotEvent event,
CotDetail detail)
Given a CotEvent and CotDetails create the appropriate entries in a
Marker.
|
public static final java.lang.String TAG
public ContactListDetailHandler(Contacts contacts, java.lang.String name)
@Deprecated public java.lang.String getName()
getName
in interface IntentReceiver
@Deprecated public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in interface IntentReceiver
public void toCotDetail(Marker marker, CotDetail detail)
MarkerDetailHandler
toCotDetail
in interface MarkerDetailHandler
public void toMarkerMetadata(Marker marker, CotEvent event, CotDetail detail)
MarkerDetailHandler
toMarkerMetadata
in interface MarkerDetailHandler