org.overlord.sramp.shell.api
Interface ShellContextEventHandler


public interface ShellContextEventHandler

Implement this interface to listen for shell context events.

Author:
eric.wittmann@redhat.com

Method Summary
 void onVariableAdded(QName variableName, Object value)
          Called when a variable is added to the context.
 void onVariableChanged(QName variableName, Object value)
          Called when a variable is changed.
 void onVariableRemoved(QName variableName)
          Called when a variable is removed.
 

Method Detail

onVariableAdded

void onVariableAdded(QName variableName,
                     Object value)
Called when a variable is added to the context.

Parameters:
variableName -
value -

onVariableChanged

void onVariableChanged(QName variableName,
                       Object value)
Called when a variable is changed.

Parameters:
variableName -

onVariableRemoved

void onVariableRemoved(QName variableName)
Called when a variable is removed.

Parameters:
variableName -


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