Public Member Functions | |
| RunListener (MainWindow oWindow) | |
| Constructor. | |
| void | actionPerformed (ActionEvent evt) |
| This is the code that will trigger every interval. | |
Package Attributes | |
| MainWindow | m_oWindow |
| Main window object. | |
| boolean | m_bUpdatedCharts = false |
| Whether or not charts have been updated. | |
This code will execute at specified intervals to accept messages from the C++ core.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
| javawrapper::MainWindow::RunListener::RunListener | ( | MainWindow | oWindow | ) | [inline] |
| void javawrapper::MainWindow::RunListener::actionPerformed | ( | ActionEvent | evt | ) | [inline] |
This is the code that will trigger every interval.
| evt | Event that triggers this function. |
1.4.7