TrueZIP 6.8.2

de.schlichtherle.key.passwd.swing
Class BasicUnknownOpenKeyFeedback

java.lang.Object
  extended by de.schlichtherle.key.passwd.swing.BasicFeedback
      extended by de.schlichtherle.key.passwd.swing.BasicUnknownKeyFeedback
          extended by de.schlichtherle.key.passwd.swing.BasicUnknownOpenKeyFeedback
All Implemented Interfaces:
Feedback, OpenKeyFeedback, Runnable

public class BasicUnknownOpenKeyFeedback
extends BasicUnknownKeyFeedback
implements OpenKeyFeedback

Provides feedback by beeping using the default toolkit. when prompting for a key to open an existing protected resource for the first time.

If you would like to play a nice sound for feedback, you need to override the BasicFeedback.startSound() method.

Warning: Playing a java.applet.AudioClip on J2SE 1.4.2_12 causes a client application not to terminate until System.exit(0) is called explicitly - hence this feature is currently not implemented in this class! This issue is fixed in JSE 1.5.0_07 (and probably earlier versions).

Since:
TrueZIP 6.2
Version:
$Id: BasicUnknownOpenKeyFeedback.java 5e709f50671d 2010/11/05 11:52:07 christian $
Author:
Christian Schlichtherle

Constructor Summary
BasicUnknownOpenKeyFeedback()
           
 
Method Summary
 
Methods inherited from class de.schlichtherle.key.passwd.swing.BasicFeedback
getPanel, run, setPanel, startAnimation, startSound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.schlichtherle.key.passwd.swing.Feedback
getPanel, run, setPanel
 

Constructor Detail

BasicUnknownOpenKeyFeedback

public BasicUnknownOpenKeyFeedback()

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.