org.sonatype.gshell.variables
Class VariableUnsetEvent

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

public class VariableUnsetEvent
extends EventObject

Event fired once a variable has been unset.

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VariableUnsetEvent(String name)
           
 
Method Summary
 String getName()
           
 
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

VariableUnsetEvent

public VariableUnsetEvent(String name)
Method Detail

getName

public String getName()


Copyright © 2008-2011 Sonatype. All Rights Reserved.