Uses of Class
org.sourceid.saml20.adapter.gui.event.EventException
-
Packages that use EventException Package Description org.sourceid.saml20.adapter.gui.event Provides methods that can be implemented to support custom actions that occur based upon UI events while managing adapter instances. -
-
Uses of EventException in org.sourceid.saml20.adapter.gui.event
Methods in org.sourceid.saml20.adapter.gui.event that throw EventException Modifier and Type Method Description voidConfigurationListener. onDelete(Configuration configuration)Implementations of this method are called when the adapter configuration is deleted.voidConfigurationListener. onLoad()Implementations of this method are called when the adapter configuration is loaded within the GUI.voidConfigurationListener. onSave(Configuration configuration)Implementations of this method are called when the adapter configuration is saved.
-