|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Interface used to add/remove platform service observers.
| Method Summary | |
void |
addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a platfrom service observer. |
void |
notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
void |
removeAllServiceObservers()
Removes all service observers. |
void |
removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a platform service observer. |
| Method Detail |
public void addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
throws RemoteException
serviceObserver - An observer interested in receiving service notifications.RemoteException - if a network anomaly is encountered.
public void removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
throws RemoteException
serviceObserver - An observer no longer interested in receiving service
notifications.RemoteException - if a network anomaly is encountered.
public void removeAllServiceObservers()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void notifyServiceObservers(ServiceEvent serviceEvent)
throws RemoteException
serviceEvent - Service event to be broadcast to all registered service observers.RemoteException - if a network anomaly is encountered.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||