org.chromattic.api.event
Interface LifeCycleListener

All Superinterfaces:
EventListener

public interface LifeCycleListener
extends EventListener

Enables to be aware of the life cycle of the object managed by chromattic.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void created(Object o)
           
 void loaded(Object o)
           
 void persisted(Object o)
           
 void removed(Object o)
           
 

Method Detail

created

void created(Object o)

loaded

void loaded(Object o)

persisted

void persisted(Object o)

removed

void removed(Object o)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.