org.overlord.sramp.shell
Class AbstractShellContextVariableLifecycleHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractShellContextVariableLifecycleHandler
public AbstractShellContextVariableLifecycleHandler()
- Constructor.
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.