| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkEvent.Handler
Implemented by objects that handle
NetworkEvent. |
| Constructor and Description |
|---|
NetworkEvent(boolean onLine)
Construct a new
NetworkEvent. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOnLine()
Returns true if this event announces that the source has been onLine,
false if it has been online.
|
public NetworkEvent(boolean onLine)
NetworkEvent.onLine - true if the application is onlineCopyright © 2015. All rights reserved.