com.skype.connector
Class ConnectorMessageEvent

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

public final class ConnectorMessageEvent
extends 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.
 String getMessage()
          Get the message of this event.
 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 String getMessage()
Get the message of this event.

Returns:
Message.

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.