bt747.sys.interfaces
Interface BT747Thread

All Known Implementing Classes:
AppSettings, GpsController, J2SEAppModel, Model, WabaModel

public interface BT747Thread

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void run()
           
 void started()
          Called just before the thread is started.
 void stopped()
          Called just after the thread is stopped.
 

Method Detail

run

void run()

started

void started()
Called just before the thread is started.


stopped

void stopped()
Called just after the thread is stopped.