com.ibm.cryptobeans.events
Interface IncorrectPasswordListener


public interface IncorrectPasswordListener
extends java.util.EventListener

The event set listener interface for the incorrectPassword feature.


Method Summary
 void onIncorrectPassword(IncorrectPasswordEvent ev)
          Invoked when the entered password is incorrect.
 

Method Detail

onIncorrectPassword

public void onIncorrectPassword(IncorrectPasswordEvent ev)
Invoked when the entered password is incorrect.
Parameters:
ev - com.ibm.cryptobeans.events.IncorrectPasswordEvent