public abstract static class Network.Impl extends Object implements HasNetworkHandlers
| Modifier and Type | Field and Description |
|---|---|
protected FastList<NetworkEvent.Handler> |
handlers |
protected OfflineMessages |
messages |
| Constructor and Description |
|---|
Network.Impl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNetworkHandler(NetworkEvent.Handler handler)
Adds an
NetworkEvent handler. |
void |
fireEvent(NetworkEvent event) |
protected void |
fireOffLineEvent() |
protected void |
fireOnLineEvent() |
boolean |
isSupported()
Check if this browser support Crux offline working.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOnLineprotected OfflineMessages messages
protected FastList<NetworkEvent.Handler> handlers
public com.google.gwt.event.shared.HandlerRegistration addNetworkHandler(NetworkEvent.Handler handler)
HasNetworkHandlersNetworkEvent handler.addNetworkHandler in interface HasNetworkHandlershandler - the handlerpublic boolean isSupported()
protected void fireOnLineEvent()
protected void fireOffLineEvent()
public void fireEvent(NetworkEvent event)
Copyright © 2015. All rights reserved.