|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceContextListener
A listener interface for context specific events. An implementation of this interface will be informed about changes to the service and action lists.
| Method Summary | |
|---|---|
void |
actionsChanged(ActionsChangedEvent event)
Implementations of this method will be informed about changes to the action list. |
void |
markersChanged(MarkersChangedEvent event)
Implementations of this method will be informed about changes to the marker list. |
void |
servicesChanged(ServicesChangedEvent event)
Implementations of this method will be informed about changes to the service list. |
| Method Detail |
|---|
void markersChanged(MarkersChangedEvent event)
event - the event describing what has changed and the type of the
change.void servicesChanged(ServicesChangedEvent event)
event - the event describing what has changed and the type of the
change.void actionsChanged(ActionsChangedEvent event)
event - the event describing what has changed and the type of the
change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||