org.openide.compat 6.21

org.openide.util
Class WeakListener.FileStatus

java.lang.Object
  extended by org.openide.util.WeakListener
      extended by org.openide.util.WeakListener.FileStatus
All Implemented Interfaces:
EventListener, FileStatusListener
Enclosing class:
WeakListener

Deprecated. use appropriate method instead

public static class WeakListener.FileStatus
extends WeakListener
implements FileStatusListener

Weak file status listener.


Nested Class Summary
 
Nested classes/interfaces 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.FileStatus(FileStatusListener l)
          Deprecated. Constructor.
 
Method Summary
 void annotationChanged(FileStatusEvent ev)
          Deprecated. Notifies listener about change in annotataion of a few files.
protected  String removeMethodName()
          Deprecated. Method name to use for removing the listener.
 
Methods inherited from class org.openide.util.WeakListener
change, create, document, fileChange, fileStatus, focus, get, node, 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.FileStatus

public WeakListener.FileStatus(FileStatusListener l)
Deprecated. 
Constructor.

Method Detail

annotationChanged

public void annotationChanged(FileStatusEvent ev)
Deprecated. 
Notifies listener about change in annotataion of a few files.

Specified by:
annotationChanged in interface FileStatusListener
Parameters:
ev - event describing the change

removeMethodName

protected String removeMethodName()
Deprecated. 
Method name to use for removing the listener.

Specified by:
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

org.openide.compat 6.21

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.