public class UserEventAvailableEvent extends ResourceStatusEvent
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.
source| Constructor and Description |
|---|
UserEventAvailableEvent(Object source)
Constructor for the event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getSource()
Returns a
UserEventRepository which contains the events which
were formerly exclusively reserved as passed into the constructor of the instance. |
toStringpublic UserEventAvailableEvent(Object source)
source - a UserEventRepository which contains the events
which stopped being exclusively reserved.public Object getSource()
UserEventRepository which contains the events which
were formerly exclusively reserved as passed into the constructor of the instance.getSource in class ResourceStatusEventUserEventRepositoryCopyright © 2012 code4tv.com. All Rights Reserved.