com.pepper.platform.net
Class NetworkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 com.pepper.platform.net.NetworkInfo getInfo()
          Return the InetInfo associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.