public static class ActionCallback.Chunk
extends java.lang.Object
Constructor and Description |
---|
Chunk() |
Modifier and Type | Method and Description |
---|---|
void |
add(ActionCallback callback) |
ActionCallback |
create() |
int |
getSize() |
ActionCallback |
getWhenProcessed() |
boolean |
isEmpty() |
public void add(ActionCallback callback)
public ActionCallback create()
public boolean isEmpty()
public int getSize()
public ActionCallback getWhenProcessed()