ThreeB 1.1
Public Member Functions | Private Attributes
StopButtonListener Class Reference

Stop 3B thread. More...

List of all members.

Public Member Functions

 StopButtonListener (EControlPanel t_)
void actionPerformed (ActionEvent e)

Private Attributes

EControlPanel t

Detailed Description

Stop 3B thread.

Definition at line 856 of file three_B.java.


Constructor & Destructor Documentation

StopButtonListener::StopButtonListener ( EControlPanel  t_) [inline]

Definition at line 859 of file three_B.java.

References t.

    {
        t = t_;
    }

Member Function Documentation

void StopButtonListener::actionPerformed ( ActionEvent  e) [inline]

Definition at line 864 of file three_B.java.

References EControlPanel::issue_stop(), and t.

    {
        t.issue_stop();
    }

Member Data Documentation

Definition at line 858 of file three_B.java.

Referenced by actionPerformed(), and StopButtonListener().


The documentation for this class was generated from the following file: