org.mule.api.lifecycle
Interface LifecycleCallback<O>

All Known Implementing Classes:
EmptyLifecycleCallback

public interface LifecycleCallback<O>

This callback is used to execute lifecycle behaviour for an object being managed by a LifecycleManager The callback is used so that transitions can be managed consistently outside of an object

Since:
3.0

Method Summary
 void onTransition(String phaseName, O object)
           
 

Method Detail

onTransition

void onTransition(String phaseName,
                  O object)
                  throws MuleException
Throws:
MuleException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.