info.extensiblecatalog.nacm.gui.scheduling
Class MatchTask

java.lang.Object
  extended by info.extensiblecatalog.nacm.gui.scheduling.Task
      extended by info.extensiblecatalog.nacm.gui.scheduling.MatchTask
All Implemented Interfaces:
java.lang.Runnable

public class MatchTask
extends Task


Constructor Summary
MatchTask(java.lang.Object matcher)
           
 
Method Summary
 void run()
           
 
Methods inherited from class info.extensiblecatalog.nacm.gui.scheduling.Task
setCompleted, setLengthOfTask, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchTask

public MatchTask(java.lang.Object matcher)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Task