public interface Whiteboard
| 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.
|
<T> Registration register(Class<T> type, T service, Map<?,?> properties)
type - type of the serviceservice - service instanceproperties - service properties"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"