|
||||||||
| 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
net.java.sip.communicator.plugin.scphone.SCPhoneStatusEvent
public final class SCPhoneStatusEvent
A SCPhoneStatusEvent event will be raised when the phone device become available.
| Field Summary | |
|---|---|
private int |
status
The new status that caused this event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SCPhoneStatusEvent(java.lang.Object source,
int newStatus)
Constructor which sets the source and the new status. |
|
| Method Summary | |
|---|---|
int |
getStatus()
Return the new Status. |
| Methods inherited from class net.java.sip.communicator.plugin.scphone.SCPhoneEvent |
|---|
getTime |
| 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 int status
| Constructor Detail |
|---|
SCPhoneStatusEvent(java.lang.Object source,
int newStatus)
source - The phone that caused the change.newStatus - The new status.| Method Detail |
|---|
public int getStatus()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||