echopoint.tucana.event
Class DefaultUploadListener
java.lang.Object
echopoint.tucana.event.DefaultUploadListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
public class DefaultUploadListener
- extends Object
- implements ActionListener
A default action listener to associate with the FileUploadSelector component. Sets up a task queue
at start of upload and cleans it up after being notified that the queue
is not longer necessary.
Note: Development of this component was sponsored by TCN
Broadcasting. We are grateful for their support and sponsorship.
- Version:
- $Id: DefaultUploadListener.java 106 2009-02-03 16:00:33Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-2-3
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUploadListener
public DefaultUploadListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- Initialise the
FileUploadSelector.getTaskQueue()
to enable server-push from callback handlers.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
event - The action event that was triggered.