com.pepper.platform.net
Class NetworkEvent
java.lang.Object
java.util.EventObject
com.pepper.platform.net.NetworkEvent
- All Implemented Interfaces:
- Serializable
public class NetworkEvent
- extends EventObject
This class represents an NetworkListener
event fired from
the NetworkMonitor
.
- Since:
- 3.2
- See Also:
- Serialized Form
Method Summary |
com.pepper.platform.net.NetworkInfo |
getInfo()
Return the InetInfo associated with this event. |
getInfo
public com.pepper.platform.net.NetworkInfo getInfo()
- Return the InetInfo associated with this event.
- Returns:
- an
InetInfo
instance associated with this event.
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.