Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.api.TransportErrorHandler

Packages that use TransportErrorHandler
org.jboss.errai.bus.client.api   
org.jboss.errai.bus.client.framework   
 

Uses of TransportErrorHandler in org.jboss.errai.bus.client.api
 

Methods in org.jboss.errai.bus.client.api with parameters of type TransportErrorHandler
 void ClientMessageBus.addTransportErrorHandler(TransportErrorHandler errorHandler)
          Adds a global transport error handler to deal with any errors which arise from communication between the bus and the server.
 void ClientMessageBus.removeTransportErrorHandler(TransportErrorHandler errorHandler)
          Removes the given global transport error handler from this bus.
 

Uses of TransportErrorHandler in org.jboss.errai.bus.client.framework
 

Methods in org.jboss.errai.bus.client.framework with parameters of type TransportErrorHandler
 void ClientMessageBusImpl.addTransportErrorHandler(TransportErrorHandler errorHandler)
           
 void ClientMessageBusImpl.removeTransportErrorHandler(TransportErrorHandler errorHandler)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.