Inherits java::awt::event::ActionListener.
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 | ) |
void javawrapper.MainWindow.RunListener.actionPerformed | ( | ActionEvent | evt | ) |
This is the code that will trigger every interval.
evt | Event that triggers this function. |
Main window object.
boolean javawrapper.MainWindow.RunListener.m_bUpdatedCharts = false [package] |
Whether or not charts have been updated.