ThreeB 1.1
Public Member Functions | Private Attributes
SomethingChanges Class Reference

Listener class which triggers a complete redraw. More...

List of all members.

Public Member Functions

 SomethingChanges (EControlPanel c_)
void stateChanged (ChangeEvent e)

Private Attributes

EControlPanel c

Detailed Description

Listener class which triggers a complete redraw.

Since all redraws are pretty much equal, there is no need to distinguish them.

Definition at line 666 of file three_B.java.


Constructor & Destructor Documentation

SomethingChanges::SomethingChanges ( EControlPanel  c_) [inline]

Definition at line 669 of file three_B.java.

References c.

    {
        c = c_;
    }

Member Function Documentation

void SomethingChanges::stateChanged ( ChangeEvent  e) [inline]

Definition at line 675 of file three_B.java.

References c, and EControlPanel::send_update_canvas_event().


Member Data Documentation

Definition at line 668 of file three_B.java.

Referenced by SomethingChanges(), and stateChanged().


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