Asynchronous Transfers (RemoteModels)

Top  Previous  Next

 

By using classes from the com.sciapp.table.remote package, the table retrieves data from its table model asynchronously. In this way, the paint thread is not blocked, and the user interface is not 'frozen'. This is extremely useful for situations where data is read from a database or from the network.