|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
org.mbari.siam.core.NodeEvent
org.mbari.siam.core.ServiceEvent
public class ServiceEvent
Service Event
| Field Summary | |
|---|---|
int |
_serviceID
ID of service that initiated event |
int |
_stateChange
Indicates which state change has occurred |
static int |
INSTALLED
State Change Constants |
static int |
REMOVED
|
static int |
REQUEST_COMPLETE
|
static int |
SERVICE_FIRST
Range of ServiceEvent IDs |
static int |
SERVICE_LAST
|
static int |
STATE_CHANGE
ServiceEvent IDs |
| Fields inherited from class org.mbari.siam.core.NodeEvent |
|---|
_consumed, _id, SCHEDULER_EVENT_MASK, SERVICE_EVENT_MASK |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ServiceEvent(java.lang.Object source)
Constructs a ServiceEvent with the specified source and type |
|
ServiceEvent(java.lang.Object source,
int id,
int stateChange,
int serviceID)
Constructs a ServiceEvent with the specified source and type |
|
| Method Summary | |
|---|---|
int |
getServiceID()
getServiceID() |
int |
getStateChange()
Return the type of state change |
| Methods inherited from class org.mbari.siam.core.NodeEvent |
|---|
consume, finalize, getID, isConsumed, paramString, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SERVICE_FIRST
public static final int SERVICE_LAST
public static final int STATE_CHANGE
public static final int INSTALLED
public static final int REMOVED
public static final int REQUEST_COMPLETE
public int _stateChange
public int _serviceID
| Constructor Detail |
|---|
public ServiceEvent(java.lang.Object source)
public ServiceEvent(java.lang.Object source,
int id,
int stateChange,
int serviceID)
| Method Detail |
|---|
public int getStateChange()
public int getServiceID()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||