org.exoplatform.wiki.service.impl
Class Injector

java.lang.Object
  extended by org.exoplatform.wiki.service.impl.Injector
All Implemented Interfaces:
org.chromattic.api.event.EventListener, org.chromattic.api.event.LifeCycleListener, org.chromattic.api.event.StateChangeListener

public class Injector
extends Object
implements org.chromattic.api.event.LifeCycleListener, org.chromattic.api.event.StateChangeListener


Constructor Summary
Injector(MOWService mowService, WikiService wService, org.exoplatform.wiki.rendering.RenderingService renderingService)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Injector

public Injector(MOWService mowService,
                WikiService wService,
                org.exoplatform.wiki.rendering.RenderingService renderingService)
Method Detail

added

public void added(String id,
                  String path,
                  String name,
                  Object o)
Specified by:
added in interface org.chromattic.api.event.LifeCycleListener

created

public void created(Object o)
Specified by:
created in interface org.chromattic.api.event.LifeCycleListener

loaded

public void loaded(String id,
                   String path,
                   String name,
                   Object o)
Specified by:
loaded in interface org.chromattic.api.event.LifeCycleListener

removed

public void removed(String id,
                    String path,
                    String name,
                    Object o)
Specified by:
removed in interface org.chromattic.api.event.LifeCycleListener

propertyChanged

public void propertyChanged(String id,
                            Object o,
                            String propertyName,
                            Object propertyValue)
Specified by:
propertyChanged in interface org.chromattic.api.event.StateChangeListener


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.