org.cafesip.gwtcomp.client.ui
Interface FileUploadEventListener

All Superinterfaces:
java.util.EventListener

public interface FileUploadEventListener
extends java.util.EventListener

An interface that must be extended to create your own file upload listener.


Method Summary
 void onEvent(com.google.gwt.user.client.Event event)
          This method is invoked when an event is detected.
 

Method Detail

onEvent

void onEvent(com.google.gwt.user.client.Event event)
This method is invoked when an event is detected. You can add your own business logic to handle the event.

Parameters:
event - GWT event


http://www.cafesip.org