Package javax
Class Application

Public Method onUpdate

abstract void onUpdate()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

The onUpdate() method gets called periodically. Use this method to perform periodic tasks like reading measurement values or updating the screen.

Note

See also:

Application