org.fosstrak.epcis.gui
Class AuthenticationOptionsChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.fosstrak.epcis.gui.AuthenticationOptionsChangeEvent
All Implemented Interfaces:
Serializable

public class AuthenticationOptionsChangeEvent
extends EventObject

Notification that authentication options have changed.

Author:
Sean Wellington
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AuthenticationOptionsChangeEvent(Object source, boolean complete)
           
 
Method Summary
 boolean isComplete()
          Indicates whether the supplied options are complete (i.e. sufficient filled out to allow the desired type of authentication to proceed), and the GUI buttons can be reactivated.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationOptionsChangeEvent

public AuthenticationOptionsChangeEvent(Object source,
                                        boolean complete)
Method Detail

isComplete

public boolean isComplete()
Indicates whether the supplied options are complete (i.e. sufficient filled out to allow the desired type of authentication to proceed), and the GUI buttons can be reactivated.

Returns:
true, if the options are sufficiently filled out to allow the desired type of authentication to proceed, false otherwise.


Copyright © 2010. All Rights Reserved.