edu.UCL.xmiddle.apps.launcher
Class LauncherMeeting

java.lang.Object
  |
  +--edu.UCL.xmiddle.apps.launcher.LauncherMeeting
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.WindowListener

public class LauncherMeeting
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.WindowListener

A simple launcher for the Meeting Application


Constructor Summary
LauncherMeeting(int width, int height)
          Constructs the application.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent param1)
           
static void main(java.lang.String[] args)
          Starts the Meeting application with the appropriate display size.
 void windowActivated(java.awt.event.WindowEvent param1)
           
 void windowClosed(java.awt.event.WindowEvent param1)
           
 void windowClosing(java.awt.event.WindowEvent param1)
           
 void windowDeactivated(java.awt.event.WindowEvent param1)
           
 void windowDeiconified(java.awt.event.WindowEvent param1)
           
 void windowIconified(java.awt.event.WindowEvent param1)
           
 void windowOpened(java.awt.event.WindowEvent param1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LauncherMeeting

public LauncherMeeting(int width,
                       int height)
Constructs the application.

Parameters:
width - is the width of the application window
height - is the height of the application window
Method Detail

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent param1)
Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowActivated

public void windowActivated(java.awt.event.WindowEvent param1)
Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent param1)
Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowIconified

public void windowIconified(java.awt.event.WindowEvent param1)
Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowClosed

public void windowClosed(java.awt.event.WindowEvent param1)
Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowClosing

public void windowClosing(java.awt.event.WindowEvent param1)
Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

windowOpened

public void windowOpened(java.awt.event.WindowEvent param1)
Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
param1 - the WindowEvent

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent param1)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
param1 - the WindowEvent

main

public static void main(java.lang.String[] args)
Starts the Meeting application with the appropriate display size. Device capability auto-detection code should be added - We assume iPAQ-type resolution (320x240)