public interface Whiteboard
| Modifier and Type | Method and Description |
|---|---|
<T> Registration |
register(java.lang.Class<T> type,
T service,
java.util.Map<?,?> properties)
Publishes the given service to the whiteboard.
|
<T> Tracker<T> |
track(java.lang.Class<T> type)
Starts tracking services of the given type.
|
<T> Registration register(java.lang.Class<T> type, T service, java.util.Map<?,?> properties)
type - type of the serviceservice - service instanceproperties - service properties<T> Tracker<T> track(java.lang.Class<T> type)
type - type of the services to track"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"