com.droplets.api.event
Interface OpenDialogListener

All Superinterfaces:
java.util.EventListener

public interface OpenDialogListener
extends java.util.EventListener

Interface to be implemented by objects interested in receiving File Open Dialog events.


Method Summary
 void handleFileChosen(OpenDialogEvent e)
          Notifies the listener that a file was chosen
 void handleFileSent(OpenDialogEvent e)
          Notifies the listener that a file was sent
 

Method Detail

handleFileChosen

public void handleFileChosen(OpenDialogEvent e)
Notifies the listener that a file was chosen

handleFileSent

public void handleFileSent(OpenDialogEvent e)
Notifies the listener that a file was sent


Copyright © Droplets, 2001. All Rights Reserved.