D - the Dockable typeDATA - the DockableData typepublic class DockingInjector<D,DATA extends DockableData> extends Object
DockableData to Dockables, which implement the
DockableDataSensitive interface.
TODO: Replace with CDI?| Constructor and Description |
|---|
DockingInjector(DockableDataManager<D,DATA> dockableDataManager)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
inject(D target)
Injects the registered
DockableData to Dockables, which implement the DockableDataSensitive
interface. |
public DockingInjector(DockableDataManager<D,DATA> dockableDataManager)
dockableDataManager - the DockableDataManagerpublic void inject(D target)
DockableData to Dockables, which implement the DockableDataSensitive
interface.target - Copyright © 2012–2015 Drombler. All rights reserved.