org.cruxframework.crux.core.clientoffline
Class NetworkEvent
java.lang.Object
org.cruxframework.crux.core.client.event.BaseEvent<Network>
org.cruxframework.crux.core.clientoffline.NetworkEvent
public class NetworkEvent
- extends BaseEvent<Network>
- Author:
- Thiago da Rosa de Bustamante
| Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent |
source |
|
Method Summary |
boolean |
isOnLine()
Returns true if this event announces that the source has been onLine,
false if it has been online. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkEvent
protected NetworkEvent(boolean onLine)
- Construct a new
NetworkEvent.
- Parameters:
onLine - true if the application is online
isOnLine
public boolean isOnLine()
- Returns true if this event announces that the source has been onLine,
false if it has been online.
Copyright © 2014. All rights reserved.