org.jboss.bootstrap.spi.lifecycle
Interface LifecycleEventHandler


public interface LifecycleEventHandler

LifecycleEventHandler A callback to handle some lifecycle state change. Registered with the server, and fired immediately after the state change has taken place.

Version:
$Revision: $
Author:
ALR

Method Summary
 void handleEvent(LifecycleState state)
          Fired upon the event change with which it was registered to handle
 

Method Detail

handleEvent

void handleEvent(LifecycleState state)
                 throws LifecycleEventException
Fired upon the event change with which it was registered to handle

Parameters:
server - The server
state - The new state
Throws:
LifecycleEventException - If an error was encounterd in processing


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.