com.novell.application.console.snapin
Class ShellLifecycleAdapter

java.lang.Object
  |
  +--com.novell.application.console.snapin.ShellLifecycleAdapter
All Implemented Interfaces:
java.util.EventListener, ShellLifecycleListener

public abstract class ShellLifecycleAdapter
extends java.lang.Object
implements ShellLifecycleListener

Listens for shell lifecycle events.

The ShellLifecycle Adapter class is the default implementation of the ShellLifecycle Listener interface, implemented for the purpose of listening for shell lifecycle events.

See Also:
ShellLifecycleListener

Constructor Summary
ShellLifecycleAdapter()
          Builds a ShellLifecycleAdapter object.
 
Method Summary
 void processEvent(ShellLifecycleEvent event)
          Allows a participating snap-in to perform an action associated with a shell lifecycle event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellLifecycleAdapter

public ShellLifecycleAdapter()
Builds a ShellLifecycleAdapter object.
Method Detail

processEvent

public void processEvent(ShellLifecycleEvent event)
Allows a participating snap-in to perform an action associated with a shell lifecycle event.

The participating snap-in is notified that a shell lifecycle status has changed.

Specified by:
processEvent in interface ShellLifecycleListener
Parameters:
event - The shell lifecycle event containing the new status.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.