|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
void setInvocation(DropletInvocation invocation)
boolean isComplete()
void addActionListener(java.awt.event.ActionListener l)
void removeActionListener(java.awt.event.ActionListener l)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||