|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqueued.sdk.java.examples.SimpleConnector
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 |
public SimpleConnector()
Method Detail |
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |