|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
org.fosstrak.epcis.captureclient.CaptureClientGui
public class CaptureClientGui
GUI class for the EPCIS Capture Interface Client. Implements the GUI and the creation of XML from the GUI data.
Constructor Summary | |
---|---|
CaptureClientGui()
Constructs a new CaptureClientGui initialized with a default address. |
|
CaptureClientGui(java.lang.String address)
Constructs a new CaptureClientGui initialized with the given address. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Event dispatcher. |
void |
configurationChanged(org.fosstrak.epcis.gui.AuthenticationOptionsChangeEvent ace)
|
static void |
main(java.lang.String[] args)
Instantiates a new CaptureClientGui using a look-and-feel that matches the operating system. |
void |
windowClosing(java.awt.event.WindowEvent e)
Event handler for window manager closing events. |
Methods inherited from class java.awt.event.WindowAdapter |
---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaptureClientGui()
public CaptureClientGui(java.lang.String address)
address
- The address to which the CaptureClient should sent its capture
events.Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- for the Actionpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
e
- The WindowEvent.WindowAdapter.windowClosing(java.awt.event.WindowEvent)
public static void main(java.lang.String[] args)
args
- The address to which the CaptureClient should send the capture
events. If omitted, a default address will be provided.public void configurationChanged(org.fosstrak.epcis.gui.AuthenticationOptionsChangeEvent ace)
configurationChanged
in interface org.fosstrak.epcis.gui.AuthenticationOptionsChangeListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |