import "flockIPeopleService.idl";
Public Member Functions | |
| void | addObserver (in flockIPeopleObserver aObserver) |
| void | removeObserver (in flockIPeopleObserver aObserver) |
| void | togglePeopleIcon (in boolean aToggleOn) |
| PRUint16 | numObservers () |
Public Attributes | |
| readonly attribute boolean | peopleIconLit |
| void flockIPeopleService::addObserver | ( | in flockIPeopleObserver | aObserver | ) |
AddObserver Registers a given listener for a notifications regarding the specified topic.
| anObserve | : The interface pointer which will receive notifications. |
| PRUint16 flockIPeopleService::numObservers | ( | ) |
numObservers return the number of observers (people sidebar and My World when opened).
| void flockIPeopleService::removeObserver | ( | in flockIPeopleObserver | aObserver | ) |
removeObserver Unregisters a given listener from notifications regarding the specified topic.
| aObserver | : The interface pointer which will stop recieving notifications. |
| void flockIPeopleService::togglePeopleIcon | ( | in boolean | aToggleOn | ) |
togglePeopleIcon Toggle the people icon between highlighted and unhighlighted state.
| aToggleOn | : A toggle value of true will set the icon to a highlighted state. |
| readonly attribute boolean flockIPeopleService::peopleIconLit |
peopleIconLit Indicates the highlight state of the people icon.
1.4.7