| Package | Description |
|---|---|
| org.granite.client.tide.collection | |
| org.granite.client.tide.server |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractPagedCollection.firePageChange(TideRpcEvent event,
int previousFirst,
int previousLast,
java.util.List<E> savedSnapshot)
Notify listeners of remote page result
|
void |
PagedQuery.firePageChange(TideRpcEvent event,
int previousFirst,
int previousLast,
java.util.List<E> savedSnapshot) |
| Modifier and Type | Class and Description |
|---|---|
class |
TideFaultEvent
Event that is provided to Tide result handlers and that holds the result object.
|
class |
TideResultEvent<T>
Event that is provided to Tide result handlers and that holds the result object.
|