com.skype.connector
Class ConnectorMessageEvent

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

public final class ConnectorMessageEvent
extends java.util.EventObject

Event object a connector will use when it fires a message received or sent event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Connector getConnector()
          Get the source Connector.
 java.lang.String getMessage()
          Get the message of this event.
 java.util.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

getMessage

public java.lang.String getMessage()
Get the message of this event.

Returns:
Message.

getConnector

public final Connector getConnector()
Get the source Connector.

Returns:
Connector.

getTime

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

Returns:
Date fo event.


Copyright © 2011. All Rights Reserved.