|
ThreeB 1.1
|
Stop 3B thread. More...
Public Member Functions | |
| StopButtonListener (EControlPanel t_) | |
| void | actionPerformed (ActionEvent e) |
Private Attributes | |
| EControlPanel | t |
Stop 3B thread.
Definition at line 856 of file three_B.java.
| StopButtonListener::StopButtonListener | ( | EControlPanel | t_ | ) | [inline] |
| void StopButtonListener::actionPerformed | ( | ActionEvent | e | ) | [inline] |
Definition at line 864 of file three_B.java.
References EControlPanel::issue_stop(), and t.
{
t.issue_stop();
}
EControlPanel StopButtonListener::t [private] |
Definition at line 858 of file three_B.java.
Referenced by actionPerformed(), and StopButtonListener().
1.7.4