| Package | Description |
|---|---|
| org.jboss.as.console.client.domain.topology | |
| org.jboss.gwt.flow.client |
| Modifier and Type | Class and Description |
|---|---|
class |
TopologyOp.KeepGoing |
| Modifier and Type | Method and Description |
|---|---|
void |
Async.whilst(Precondition condition,
Outcome outcome,
Function function)
Repeatedly call function, while condition is met.
|
void |
Async.whilst(Precondition condition,
Outcome outcome,
Function function,
int period)
Same as
Async.whilst(Precondition, Outcome, Function) but waits period millis between calls to
function. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.