atg.droplet
Interface DropletCustomizer


public interface DropletCustomizer

Interface implemented by an AWT Component that will customize a DropletInvocation to call some droplet.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener l)
          Adds an action listener to receive an event when this customizer is either completed or cancelled.
 boolean isComplete()
          Returns true if the customization completed successfully.
 void removeActionListener(java.awt.event.ActionListener l)
          Removes an action listener.
 void setInvocation(DropletInvocation invocation)
          Sets the DropletInvocation to be customized.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

setInvocation

void setInvocation(DropletInvocation invocation)
Sets the DropletInvocation to be customized.


isComplete

boolean isComplete()
Returns true if the customization completed successfully.


addActionListener

void addActionListener(java.awt.event.ActionListener l)
Adds an action listener to receive an event when this customizer is either completed or cancelled.


removeActionListener

void removeActionListener(java.awt.event.ActionListener l)
Removes an action listener.