com.huguesjohnson.jail.jailBreak.event
Class JailBreakTreeSelectionEvent

java.lang.Object
  |
  +--com.huguesjohnson.jail.jailBreak.event.JailBreakEvent
        |
        +--com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent

public final class JailBreakTreeSelectionEvent
extends JailBreakEvent

class JailBreakTreeSelectionEvent represents a tree selection


Constructor Summary
JailBreakTreeSelectionEvent(java.lang.Object userObject)
          constructor
 
Method Summary
 java.lang.Object getUserObject()
          returns the object behind the node that was selected
 void setUserObject(java.lang.Object userObject)
          sets the object behind the node that was selected
 java.lang.String toString()
          returns a string representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JailBreakTreeSelectionEvent

public JailBreakTreeSelectionEvent(java.lang.Object userObject)
constructor

Parameters:
userObject - the object behind the node that was selected
Method Detail

setUserObject

public void setUserObject(java.lang.Object userObject)
sets the object behind the node that was selected

Parameters:
userObject - the object behind the node that was selected

getUserObject

public java.lang.Object getUserObject()
returns the object behind the node that was selected

Returns:
the object behind the node that was selected

toString

public java.lang.String toString()
returns a string representation of the object

Overrides:
toString in class java.lang.Object
Returns:
string representation of the object