public interface HasNetworkHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNetworkHandler(NetworkEvent.Handler handler)
Adds an
NetworkEvent handler. |
boolean |
isOnLine()
Returns whether or not the network is onLine
|
com.google.gwt.event.shared.HandlerRegistration addNetworkHandler(NetworkEvent.Handler handler)
NetworkEvent handler.handler - the handlerboolean isOnLine()
Copyright © 2015. All rights reserved.