org.fosstrak.epcis.gui
Class AuthenticationOptionsChangeEvent
java.lang.Object
java.util.EventObject
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
|
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. |
AuthenticationOptionsChangeEvent
public AuthenticationOptionsChangeEvent(Object source,
boolean complete)
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.