examples.install
Class CreateQueueManager
java.lang.Object
|
+--examples.install.SimpleCreateQM
|
+--examples.install.CreateQueueManager
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.KeyListener
- public class CreateQueueManager
- extends SimpleCreateQM
- implements java.awt.event.KeyListener
Field Summary |
static short[] |
version
|
Constructor Summary |
CreateQueueManager(java.lang.String configFile)
CreateQueueManager constructor. |
Method Summary |
void |
keyPressed(java.awt.event.KeyEvent e)
|
void |
keyReleased(java.awt.event.KeyEvent e)
|
void |
keyTyped(java.awt.event.KeyEvent e)
Key Listener methods. |
static void |
main(java.lang.String[] args)
Start the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static short[] version
CreateQueueManager
public CreateQueueManager(java.lang.String configFile)
- CreateQueueManager constructor.
Construct the frame to collect the user input, and show it.
- Parameters:
configFile
- Name of the configuration file; can be null
keyTyped
public void keyTyped(java.awt.event.KeyEvent e)
- Key Listener methods.
- Specified by:
keyTyped
in interface java.awt.event.KeyListener
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- Specified by:
keyPressed
in interface java.awt.event.KeyListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent e)
- Specified by:
keyReleased
in interface java.awt.event.KeyListener
main
public static void main(java.lang.String[] args)
- Start the application.