i3mclient.i3m
Class I3MGUI
java.lang.Object
  |
  +--i3mclient.i3m.I3MGUI
- All Implemented Interfaces: 
 - ActionListener, DisposeListener, EventListener, StatusListener, org.eclipse.swt.internal.SWTEventListener
 
- public class I3MGUI
- extends Object
- implements StatusListener, ActionListener, DisposeListener
   
The gui-part of the main window of I3M.
- Author:
 
  - Dirk Plate
 
- See Also:
 I3M
| 
Constructor Summary | 
I3MGUI()
 
          Constructor. | 
 
 
 
I3MGUI
public I3MGUI()
- Constructor.
 
statusChanged
public void statusChanged(int status)
- Description copied from interface: 
StatusListener 
- Called when status of the user changed.
- Specified by:
 statusChanged in interface StatusListener
 
- Parameters:
 status - The new status of the user.
 
 
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
 actionPerformed in interface ActionListener
 
 
widgetDisposed
public void widgetDisposed(DisposeEvent arg0)
- Specified by:
 widgetDisposed in interface DisposeListener