Uses of Class
org.granite.client.tide.server.TideRpcEvent

Packages that use TideRpcEvent
org.granite.client.tide.collections   
org.granite.client.tide.collections.javafx   
org.granite.client.tide.server   
 

Uses of TideRpcEvent in org.granite.client.tide.collections
 

Methods in org.granite.client.tide.collections with parameters of type TideRpcEvent
protected abstract  void AbstractPagedCollection.firePageChange(TideRpcEvent event)
          Notify listeners of remote page result
 

Uses of TideRpcEvent in org.granite.client.tide.collections.javafx
 

Methods in org.granite.client.tide.collections.javafx with parameters of type TideRpcEvent
 void PagedCollection.firePageChange(TideRpcEvent event)
           
 void PageChangeListener.pageChanged(PagedCollection<E> collection, TideRpcEvent event)
           
 

Uses of TideRpcEvent in org.granite.client.tide.server
 

Subclasses of TideRpcEvent in org.granite.client.tide.server
 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.