cbr.agent
Class FetchAgent
java.lang.Object
de.fhg.igd.semoa.agent.WaitingAgent
cbr.agent.FetchAgent
- All Implemented Interfaces:
- ActionListener, EventListener, Runnable, Serializable
- public class FetchAgent
- extends WaitingAgent
- implements ActionListener, Runnable, Serializable
- See Also:
- Serialized Form
Fields inherited from class de.fhg.igd.semoa.agent.WaitingAgent |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VICINITY
public static final String VICINITY
ANIM_NAME
public static final String ANIM_NAME
- See Also:
- Constant Field Values
PROP_IMAGE_URL
public static final String PROP_IMAGE_URL
- See Also:
- Constant Field Values
PROP_IMAGE_NAME
public static final String PROP_IMAGE_NAME
- See Also:
- Constant Field Values
PROP_RETURN_URL
public static final String PROP_RETURN_URL
- See Also:
- Constant Field Values
PROP_PICTURE_PATH
public static final String PROP_PICTURE_PATH
- See Also:
- Constant Field Values
STATE_FETCH
public static final int STATE_FETCH
- See Also:
- Constant Field Values
STATE_RETURN
public static final int STATE_RETURN
- See Also:
- Constant Field Values
STATE_INTERACTIVE
public static final int STATE_INTERACTIVE
- See Also:
- Constant Field Values
state_
private int state_
frame_
private transient JFrame frame_
disableFetchButton_
private boolean disableFetchButton_
disableReturnButton_
private boolean disableReturnButton_
serverList_
private transient JList serverList_
ticket_
private transient volatile Ticket ticket_
context_
private transient VariablesContext context_
FetchAgent
public FetchAgent()
run
public void run()
- Description copied from class:
WaitingAgent
- Runs the agent.
- Specified by:
run
in interface Runnable
- Specified by:
run
in class WaitingAgent
createGUI
private void createGUI()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
showImage
private void showImage()
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.