| Package | Description |
|---|---|
| org.jboss.as.console.client.shared.flow |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeoutOperation.start(com.google.gwt.user.client.Command command,
TimeoutOperation.Callback callback)
Executes
command until TimeoutOperation.setConditionSatisfied(boolean) was called with true or
the timeout is reached. |
void |
TimeoutOperation.start(DispatchAsync dispatcher,
ModelNode operation,
TimeoutOperation.Callback callback)
Executes a DMR operation and repeatedly calls
checker until TimeoutOperation.setConditionSatisfied(boolean)
was called with true or the timeout is reached. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.