|
ThreeB 1.1
|
Listener class which triggers a complete redraw. More...
Public Member Functions | |
| SomethingChanges (EControlPanel c_) | |
| void | stateChanged (ChangeEvent e) |
Private Attributes | |
| EControlPanel | c |
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.
| SomethingChanges::SomethingChanges | ( | EControlPanel | c_ | ) | [inline] |
| void SomethingChanges::stateChanged | ( | ChangeEvent | e | ) | [inline] |
Definition at line 675 of file three_B.java.
References c, and EControlPanel::send_update_canvas_event().
{
c.send_update_canvas_event();
}
EControlPanel SomethingChanges::c [private] |
Definition at line 668 of file three_B.java.
Referenced by SomethingChanges(), and stateChanged().
1.7.4