public class UserEventUnavailableEvent extends ResourceStatusEvent
Each application shall receive its own instance of the UserEventRepository
object which forms the source to this event. Any changes made to that repository by
any one application shall not impact the instance seen by any other application.
Any applications which have registered for shared access to any of these user
events shall stop receiving those user events following receipt of this event. If such
user events become available again, a UserEventAvailableEvent shall be
generated by the platform before any more of those user events are received by
applications.
source| Constructor and Description |
|---|
UserEventUnavailableEvent(Object source)
Constructor for the event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getSource()
Returns a
UserEventRepository which contains the events which
were exclusively reserved as passed into the constructor of the instance. |
toStringpublic UserEventUnavailableEvent(Object source)
source - a UserEventRepository which contains the events
which were exclusively reserved.public Object getSource()
UserEventRepository which contains the events which
were exclusively reserved as passed into the constructor of the instance.getSource in class ResourceStatusEventUserEventRepositoryCopyright © 2012 code4tv.com. All Rights Reserved.