|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.PromptListener.Adapter
public static class PromptListener.Adapter
Prompt listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.PromptListener |
---|
PromptListener.Adapter |
Constructor Summary | |
---|---|
PromptListener.Adapter()
|
Method Summary | |
---|---|
void |
bodyChanged(Prompt prompt,
Component previousBody)
Called when a prompt's body has changed. |
void |
messageChanged(Prompt prompt,
String previousMessage)
Called when a prompt's message has changed. |
void |
messageTypeChanged(Prompt prompt,
MessageType previousMessageType)
Called when a prompt's message type has changed. |
void |
optionInserted(Prompt prompt,
int index)
Called when an option has been inserted into a prompt's option sequence. |
void |
optionsRemoved(Prompt prompt,
int index,
Sequence<?> removed)
Called when options have been removed from a prompt's option sequence. |
void |
selectedOptionChanged(Prompt prompt,
int previousSelectedOption)
Called when a prompt's selected option has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PromptListener.Adapter()
Method Detail |
---|
public void messageTypeChanged(Prompt prompt, MessageType previousMessageType)
PromptListener
messageTypeChanged
in interface PromptListener
public void messageChanged(Prompt prompt, String previousMessage)
PromptListener
messageChanged
in interface PromptListener
public void bodyChanged(Prompt prompt, Component previousBody)
PromptListener
bodyChanged
in interface PromptListener
public void optionInserted(Prompt prompt, int index)
PromptListener
optionInserted
in interface PromptListener
public void optionsRemoved(Prompt prompt, int index, Sequence<?> removed)
PromptListener
optionsRemoved
in interface PromptListener
public void selectedOptionChanged(Prompt prompt, int previousSelectedOption)
PromptListener
selectedOptionChanged
in interface PromptListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |