

Public Member Functions | |
| ProgressEvent (Object source, String status, int current, int total) | |
| int | getCurrent () |
| java.lang.String | getStatus () |
| int | getTotal () |
Private Attributes | |
| String | status |
| int | current |
| int | total |
Insert the type's description here. Creation date: (4/14/2002 16:17:50)
| com::cosylab::gui::components::r2::ProgressEvent::ProgressEvent | ( | Object | source, | |
| String | status, | |||
| int | current, | |||
| int | total | |||
| ) | [inline] |
| int com::cosylab::gui::components::r2::ProgressEvent::getCurrent | ( | ) | [inline] |
Insert the method's description here. Creation date: (4/14/2002 16:17:50)
References current.
| java.lang.String com::cosylab::gui::components::r2::ProgressEvent::getStatus | ( | ) | [inline] |
Insert the method's description here. Creation date: (4/14/2002 16:21:38)
References status.
Referenced by com::cosylab::gui::components::r2::ProgressDialog::StateListener::taskInterruped().
| int com::cosylab::gui::components::r2::ProgressEvent::getTotal | ( | ) | [inline] |
Insert the method's description here. Creation date: (4/14/2002 16:17:50)
References total.
Referenced by getCurrent().
String com::cosylab::gui::components::r2::ProgressEvent::status [private] |
Referenced by getStatus().
int com::cosylab::gui::components::r2::ProgressEvent::total [private] |
Referenced by getTotal().
1.6.2