com.skype.connector
Class ConnectorStatusEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.skype.connector.ConnectorStatusEvent
All Implemented Interfaces:
Serializable

public final class ConnectorStatusEvent
extends EventObject

This event will be raised when the connector instance has a change in status.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Connector getConnector()
          Get the source Connector.
 Connector.Status getStatus()
          Return the new Status.
 Date getTime()
          Get the time of the 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

getStatus

public Connector.Status getStatus()
Return the new Status.

Returns:
Status.

getConnector

public final Connector getConnector()
Get the source Connector.

Returns:
Connector.

getTime

public final Date getTime()
Get the time of the event.

Returns:
Date fo event.


Copyright © 2004-2011. All Rights Reserved.