org.tentackle.db
Interface ModificationThread.SerialRunnable
- Enclosing class:
- ModificationThread
public static interface ModificationThread.SerialRunnable
Special runnable invoked from within the ModificationThread
whenever a serial on a table has changed.
Don't mix this up with Runnables invoked by EventQueue.invokeLater()!
|
Method Summary |
void |
run(Db db,
long serial)
Runs some application code within the modification thread. |
run
void run(Db db,
long serial)
- Runs some application code within the modification thread.
- Parameters:
db - the thread's db-connectionserial - the new serial of the table (== class)
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de