public abstract class Callback_Table_slice extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<Data>
data = table.slice(None, None) assert len(data.rowNumbers) == table.getNumberOfRows() data = table.slice(None, \[3,2,1]) assert data.rowNumbers == \[3,2,1]
Constructor and Description |
---|
Callback_Table_slice() |
Modifier and Type | Method and Description |
---|---|
void |
__completed(Ice.AsyncResult __result) |