org.overlord.sramp.shell
Class AbstractShellContextVariableLifecycleHandler

java.lang.Object
  extended by org.overlord.sramp.shell.AbstractShellContextVariableLifecycleHandler
All Implemented Interfaces:
ShellContextVariableLifecycleHandler

public abstract class AbstractShellContextVariableLifecycleHandler
extends Object
implements ShellContextVariableLifecycleHandler

Base class for shell context variable lifecycle handlers.

Author:
eric.wittmann@redhat.com

Constructor Summary
AbstractShellContextVariableLifecycleHandler()
          Constructor.
 
Method Summary
 boolean onAdd(Object object)
           
 void onContextDestroyed(Object object)
           
 void onRemove(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractShellContextVariableLifecycleHandler

public AbstractShellContextVariableLifecycleHandler()
Constructor.

Method Detail

onAdd

public boolean onAdd(Object object)
Specified by:
onAdd in interface ShellContextVariableLifecycleHandler
See Also:
shell.ShellContextVariableLifecycleHandler

onRemove

public void onRemove(Object object)
Specified by:
onRemove in interface ShellContextVariableLifecycleHandler
See Also:
shell.ShellContextVariableLifecycleHandler

onContextDestroyed

public void onContextDestroyed(Object object)
Specified by:
onContextDestroyed in interface ShellContextVariableLifecycleHandler
See Also:
shell.ShellContextVariableLifecycleHandler


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.