com.cafesoft.core.lifecycle
Interface LifecycleListener


public interface LifecycleListener

Defines a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.

Since:
12/1/01

Method Summary
 void lifecycleEvent(LifecycleEvent event)
          Handle a LifecycleEvent.
 

Method Detail

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Handle a LifecycleEvent.

Parameters:
event - LifecycleEvent that has occurred


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.