org.openide.util
Class WeakListener.Change

java.lang.Object
  |
  +--org.openide.util.WeakListener
        |
        +--org.openide.util.WeakListener.Change
All Implemented Interfaces:
ChangeListener, EventListener
Enclosing class:
WeakListener

Deprecated. use appropriate method instead

public static final class WeakListener.Change
extends WeakListener
implements ChangeListener

Weak swing change listener. This class if final only for performance reasons, can be happily unfinaled if desired.


Inner classes inherited from class org.openide.util.WeakListener
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange
 
Constructor Summary
WeakListener.Change(ChangeListener l)
          Deprecated. Constructor.
 
Method Summary
protected  String removeMethodName()
          Deprecated. Method name to use for removing the listener.
 void stateChanged(ChangeEvent ev)
          Deprecated. Called when new file system is added to the pool.
 
Methods inherited from class org.openide.util.WeakListener
change, create, document, fileChange, fileStatus, focus, get, node, operation, propertyChange, repository, setSource, toString, vetoableChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeakListener.Change

public WeakListener.Change(ChangeListener l)
Deprecated. 
Constructor.
Parameters:
l - listener to delegate to
Method Detail

stateChanged

public void stateChanged(ChangeEvent ev)
Deprecated. 
Called when new file system is added to the pool.
Specified by:
stateChanged in interface ChangeListener
Parameters:
ev - event describing the action

removeMethodName

protected String removeMethodName()
Deprecated. 
Method name to use for removing the listener.
Overrides:
removeMethodName in class WeakListener
Returns:
name of method of the source object that should be used to remove the listener from listening on source of events


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.