|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.plugin.scphone.SCPhoneEvent
class SCPhoneEvent
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 |
|---|
private final long time
| Constructor Detail |
|---|
SCPhoneEvent(java.lang.Object source)
source - The event source.| Method Detail |
|---|
public final java.util.Date getTime()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||