EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.tucana.event
Class DefaultUploadListener

java.lang.Object
  extended by 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

Constructor Summary
DefaultUploadListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          Initialise the FileUploadSelector.getTaskQueue() to enable server-push from callback handlers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUploadListener

public DefaultUploadListener()
Method Detail

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.

EchoPoint API - 3.0.0b5
App Webcontainer