org.sonatype.gshell.variables
Class VariableSetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.sonatype.gshell.variables.VariableSetEvent
All Implemented Interfaces:
Serializable

public class VariableSetEvent
extends EventObject

Event fired once a variable has been set.

Since:
2.0
Author:
Jason Dillon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VariableSetEvent(String name, Object previous)
           
 
Method Summary
 String getName()
           
 Object getPrevious()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableSetEvent

public VariableSetEvent(String name,
                        Object previous)
Method Detail

getName

public String getName()

getPrevious

public Object getPrevious()


Copyright © 2008-2011 Sonatype. All Rights Reserved.