public interface DropletCustomizer
Interface implemented by an AWT Component that will customize a DropletInvocation to call some droplet.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String CLASS_VERSION
void setInvocation(DropletInvocation invocation)
boolean isComplete()
void addActionListener(java.awt.event.ActionListener l)
void removeActionListener(java.awt.event.ActionListener l)