org.stringer.ui
Class TableViewThreadListener
java.lang.Object
|
+--org.stringer.thread.AbstractThreadListener
|
+--org.stringer.ui.TableViewThreadListener
- All Implemented Interfaces:
- IThreadListener
- public class TableViewThreadListener
- extends AbstractThreadListener
Listen for events generated by the thread loading
news feeds into a TableView.
|
Method Summary |
void |
beginUnit(java.lang.Object o)
|
void |
complete(java.lang.Object o)
Called when the job is complete. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected TableView table
TableViewThreadListener
public TableViewThreadListener(TableView table,
java.util.Map map)
TableViewThreadListener
public TableViewThreadListener(TableView table,
java.util.Map map,
javax.swing.ProgressMonitor pm)
complete
public void complete(java.lang.Object o)
- Description copied from class:
AbstractThreadListener
- Called when the job is complete.
- Specified by:
complete in interface IThreadListener- Overrides:
complete in class AbstractThreadListener
beginUnit
public void beginUnit(java.lang.Object o)
- Specified by:
beginUnit in interface IThreadListener- Overrides:
beginUnit in class AbstractThreadListener
Copyright © R. Kevin Cole. All Rights Reserved.