org.mule.module.launcher
Interface StartupListener

All Known Implementing Classes:
StartupSummaryDeploymentListener

public interface StartupListener

Notifies when all mule apps has been started


Method Summary
 void onAfterStartup()
          Invoked after all apps have passed the deployment phase.
 

Method Detail

onAfterStartup

void onAfterStartup()
Invoked after all apps have passed the deployment phase. Any exceptions thrown by implementations will be ignored.



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