public class Injector extends Object implements org.chromattic.api.event.LifeCycleListener, org.chromattic.api.event.StateChangeListener
| Constructor and Description |
|---|
Injector() |
| 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 |
propertyChanged(String id,
Object o,
String propertyName,
Object propertyValue) |
void |
removed(String id,
String path,
String name,
Object o) |
public void added(String id, String path, String name, Object o)
added in interface org.chromattic.api.event.LifeCycleListenerpublic 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 removed(String id, String path, String name, Object o)
removed in interface org.chromattic.api.event.LifeCycleListenerCopyright © 2003–2020 eXo Platform SAS. All rights reserved.