public class Injector extends Object implements org.chromattic.api.event.LifeCycleListener
| Constructor and Description |
|---|
Injector(ApplicationRegistryServiceImpl registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
added(String id,
String path,
String name,
Object o) |
void |
created(Object o) |
void |
loaded(String id,
String path,
String name,
Object o) |
void |
removed(String id,
String path,
String name,
Object o) |
public Injector(ApplicationRegistryServiceImpl registry)
public void created(Object o)
created in interface org.chromattic.api.event.LifeCycleListenerpublic void loaded(String id, String path, String name, Object o)
loaded in interface org.chromattic.api.event.LifeCycleListenerpublic void added(String id, String path, String name, Object o)
added in interface org.chromattic.api.event.LifeCycleListenerCopyright © 2003–2021 eXo Platform SAS. All rights reserved.