Uses of Interface
org.jboss.hal.ballroom.wizard.Wizard.FinishCallback
-
Packages that use Wizard.FinishCallback Package Description org.jboss.hal.ballroom.wizard org.jboss.hal.client.configuration.subsystem.jgroups -
-
Uses of Wizard.FinishCallback in org.jboss.hal.ballroom.wizard
Methods in org.jboss.hal.ballroom.wizard with parameters of type Wizard.FinishCallback Modifier and Type Method Description Wizard.Builder<C,S>Wizard.Builder. onFinish(Wizard.FinishCallback<C,S> finishCallback) -
Uses of Wizard.FinishCallback in org.jboss.hal.client.configuration.subsystem.jgroups
Constructors in org.jboss.hal.client.configuration.subsystem.jgroups with parameters of type Wizard.FinishCallback Constructor Description ProtocolWizard(Resources resources, Set<String> protocolNames, Function<String,Metadata> getProtocolMetadata, Wizard.FinishCallback<org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.Context,org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.State> callback)
-