queued.sdk.java.examples
Class SimpleConnector

java.lang.Object
  extended byqueued.sdk.java.examples.SimpleConnector
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener

public class SimpleConnector
extends java.lang.Object
implements java.awt.event.WindowListener

Connects to and disconnects from the Genesys servers, and closes the associated GUI windows on disconnection.
To manage connection and disconnection, this class uses the ConnectorQIL application block.


Constructor Summary
SimpleConnector()
          Constructor.
 
Method Summary
 void windowActivated(java.awt.event.WindowEvent e)
          Not implemented.
 void windowClosed(java.awt.event.WindowEvent e)
          Not implemented.
 void windowClosing(java.awt.event.WindowEvent e)
          Releases QIL when a listened window closes.
 void windowDeactivated(java.awt.event.WindowEvent e)
          Not implemented.
 void windowDeiconified(java.awt.event.WindowEvent e)
          Not implemented.
 void windowIconified(java.awt.event.WindowEvent e)
          Not implemented.
 void windowOpened(java.awt.event.WindowEvent e)
          Not implemented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConnector

public SimpleConnector()
Constructor.

Method Detail

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowActivated in interface java.awt.event.WindowListener

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowClosed in interface java.awt.event.WindowListener

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Releases QIL when a listened window closes.

Specified by:
windowClosing in interface java.awt.event.WindowListener

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowDeactivated in interface java.awt.event.WindowListener

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowDeiconified in interface java.awt.event.WindowListener

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowIconified in interface java.awt.event.WindowListener

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Not implemented.

Specified by:
windowOpened in interface java.awt.event.WindowListener