org.netbeans.spi.tasklist/1 1.15.1 1

org.netbeans.spi.tasklist
Class FileTaskScanner.Callback

java.lang.Object
  extended by org.netbeans.spi.tasklist.FileTaskScanner.Callback
Enclosing class:
FileTaskScanner

public static final class FileTaskScanner.Callback
extends Object

Callback into Task List's framework.


Method Summary
 void refresh(FileObject... resources)
          Notify the Task List framework that the given resources need to be rescanned by this scanner.
 void refreshAll()
          Notify the Task List framework that all resources under the current scope need to be rescanned by this scanner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

refresh

public void refresh(FileObject... resources)
Notify the Task List framework that the given resources need to be rescanned by this scanner.

Parameters:
resources - Resources to be rescanned.

refreshAll

public void refreshAll()
Notify the Task List framework that all resources under the current scope need to be rescanned by this scanner.


org.netbeans.spi.tasklist/1 1.15.1 1

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