|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| 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.service.sysactivity.event.SystemActivityEvent
public class SystemActivityEvent
An event class representing system activity that has occurred. The event id indicates the exact reason for this event.
| Field Summary | |
|---|---|
static int |
EVENT_DISPLAY_SLEEP
Computer display has stand by. |
static int |
EVENT_DISPLAY_WAKE
Computer display wakes up after stand by. |
static int |
EVENT_DNS_CHANGE
A change in dns configuration has occurred. |
static int |
EVENT_NETWORK_CHANGE
A change in network configuration has occurred. |
static int |
EVENT_SCREEN_LOCKED
Screen has been locked. |
static int |
EVENT_SCREEN_UNLOCKED
Screen has been unlocked. |
static int |
EVENT_SCREENSAVER_START
Screensaver has been started. |
static int |
EVENT_SCREENSAVER_STOP
Screensaver has been stopped. |
static int |
EVENT_SCREENSAVER_WILL_STOP
Screensaver will stop. |
static int |
EVENT_SLEEP
Notify that computers is going to sleep. |
static int |
EVENT_SYSTEM_IDLE
A system idle event has occurred. |
static int |
EVENT_SYSTEM_IDLE_END
A system was in idle state and now exits. |
static int |
EVENT_WAKE
Notify that computer is wakeing up after stand by. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SystemActivityEvent(Object source,
int eventID)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns the type of the event. |
String |
toString()
Returns a String representation of this SystemActivityEvent object. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EVENT_SLEEP
public static final int EVENT_WAKE
public static final int EVENT_DISPLAY_SLEEP
public static final int EVENT_DISPLAY_WAKE
public static final int EVENT_SCREENSAVER_START
public static final int EVENT_SCREENSAVER_WILL_STOP
public static final int EVENT_SCREENSAVER_STOP
public static final int EVENT_SCREEN_LOCKED
public static final int EVENT_SCREEN_UNLOCKED
public static final int EVENT_NETWORK_CHANGE
public static final int EVENT_SYSTEM_IDLE
public static final int EVENT_SYSTEM_IDLE_END
public static final int EVENT_DNS_CHANGE
| Constructor Detail |
|---|
public SystemActivityEvent(Object source,
int eventID)
source - The object on which the Event initially occurred.eventID - the type of the event.
IllegalArgumentException - if source is null.| Method Detail |
|---|
public int getEventID()
public String toString()
toString in class EventObject
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||