org.fosstrak.epcis.gui
Interface AuthenticationOptionsChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CaptureClientGui, QueryClientGui

public interface AuthenticationOptionsChangeListener
extends EventListener

An interface implemented by GUI components that want notification of changes to authentication options.

Author:
Sean Wellington

Method Summary
 void configurationChanged(AuthenticationOptionsChangeEvent ace)
          Call this when the settings in the AuthenticationOptionsPanel have changed.
 

Method Detail

configurationChanged

void configurationChanged(AuthenticationOptionsChangeEvent ace)
Call this when the settings in the AuthenticationOptionsPanel have changed.

Parameters:
ace - an AuthenticationOptionsChangeEvent describing the changes.


Copyright © 2010. All Rights Reserved.