R
- A type that implements FacadeReadypublic interface FacadeReady<R extends FacadeReady<R>> extends ModelReady
Modifier and Type | Method and Description |
---|---|
UniqueKey<R> |
key() |
void |
key(UniqueKey<R> key) |
LocalFacade<R> |
localFacade()
Return the local facade used to manage singleton.
|
void |
localFacade(LocalFacade<R> localFacade)
Attach the local facade for this object type.
|
boolean |
release()
Release the component by deleting this key used by the WeakHashMap.
|
void |
setup()
Launch the initialization of the component.
|
attachUi, getModel, getModel, getModels, getModels
getService, getService, getServices, getServices, returnData
callCommand, callCommand, getCommand, getCommand, getCommands, getCommands
void setup() throws CoreException
CoreException
- if the initialization failsLocalFacade<R> localFacade()
void localFacade(LocalFacade<R> localFacade)
localFacade
- the local facade to setboolean release()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.