public class DefaultWhiteboard extends Object implements Whiteboard
| Constructor and Description |
|---|
DefaultWhiteboard() |
| Modifier and Type | Method and Description |
|---|---|
<T> Registration |
register(Class<T> type,
T service,
Map<?,?> properties)
Publishes the given service to the whiteboard.
|
<T> Tracker<T> |
track(Class<T> type)
Starts tracking services of the given type.
|
public <T> Registration register(Class<T> type, T service, Map<?,?> properties)
Whiteboardregister in interface Whiteboardtype - type of the serviceservice - service instanceproperties - service propertiespublic <T> Tracker<T> track(Class<T> type)
Whiteboardtrack in interface Whiteboardtype - type of the services to track"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"