Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ro.nolimits.gui.tree
Class BrowserEvent  view BrowserEvent download BrowserEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byro.nolimits.gui.tree.BrowserEvent
All Implemented Interfaces:
java.io.Serializable

public class BrowserEvent
extends java.util.EventObject

BrowserEvent.java


Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BrowserEvent(TreeNode node)
          Creates an instante of event with specified node.
 
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

BrowserEvent

public BrowserEvent(TreeNode node)
Creates an instante of event with specified node.