public class RepositoryDescriptor extends Object implements ResourceProxy
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
getClient()
Return the object which asked to be notified about withdrawal of the event
source.
|
String |
getName()
Returns the name of the repository to which the lost, or about to be lost, user event belongs.
|
public String getName()
public ResourceClient getClient()
ResoourceClient to
whichever of the various 'add' methods on EventManager was used by the
application to express interest in this repository.getClient in interface ResourceProxyUserEventRepository has not yet been added to an EventManager
then null shall be returned. Once the UserEventRepository has been added, the
last used ResourceClient shall be returned even if the UserEventRepository
has been since removed.Copyright © 2012 code4tv.com. All Rights Reserved.