net.java.sip.communicator.plugin.scphone
Class SCPhoneEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.plugin.scphone.SCPhoneEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SCPhoneMessageEvent, SCPhoneStatusEvent

 class SCPhoneEvent
extends java.util.EventObject

Event will by raised when thereis a phone event.


Field Summary
private  long time
          Time at wich the event occurred.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SCPhoneEvent(java.lang.Object source)
          Constructor.
 
Method Summary
 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
 

Field Detail

time

private final long time
Time at wich the event occurred.

Constructor Detail

SCPhoneEvent

SCPhoneEvent(java.lang.Object source)
Constructor.

Parameters:
source - The event source.
Method Detail

getTime

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

Returns:
Date The date of the event.