| Package | Description |
|---|---|
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| Modifier and Type | Method and Description |
|---|---|
LocalFacade<Behavior<?>> |
GlobalFacade.getBehaviorFacade() |
LocalFacade<Command> |
GlobalFacade.getCommandFacade() |
LocalFacade<R> |
FacadeReady.getLocalFacade()
Return the local facade used to manage singleton.
|
LocalFacade<Service> |
GlobalFacade.getServiceFacade() |
LocalFacade<Model> |
GlobalFacade.getUiFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacadeReady.setLocalFacade(LocalFacade<R> localFacade)
Attach the local facade for this object type.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.