|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Feedback
Provides visual and/or audible feedback to the user when prompting
for a key in its run() method.
Note that the run() method of this class is called when the panel
is just showing. This implies that the panel is fully initialized and
the implementation of this interface is not expected to do anything in
particular.
| Method Summary | |
|---|---|
JPanel |
getPanel()
Returns the panel which is used to provide feedback. |
void |
run()
Starts the visual/audible feedback. |
void |
setPanel(JPanel panel)
Sets the panel which is used to provide feedback. |
| Method Detail |
|---|
JPanel getPanel()
void setPanel(JPanel panel)
panel - The CreateKeyPanel to provide feedback.void run()
Timer class should be used to schedule timer events
for the animation.
run in interface Runnable
|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||