|
||||||||
| 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.LogSampleServiceEvent
public class LogSampleServiceEvent
LogSample Service Event
| Field Summary | |
|---|---|
protected DevicePacket |
_logSample
DevicePacket that is being published |
int |
_serviceID
ID of service that initiated event |
static int |
SAMPLE_LOGGED
|
| 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 | |
|---|---|
LogSampleServiceEvent(java.lang.Object source,
int id,
int serviceID,
DevicePacket logSample)
Constructs a LogSampleServiceEvent with the specified source, type, serviceID, and DevicePacket |
|
| Method Summary | |
|---|---|
DevicePacket |
getLogSample()
Return the sample that was logged |
int |
getServiceID()
getServiceID() |
void |
setLogSample(DevicePacket logSample)
Save the sample that was logged |
| 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 SAMPLE_LOGGED
public int _serviceID
protected DevicePacket _logSample
| Constructor Detail |
|---|
public LogSampleServiceEvent(java.lang.Object source,
int id,
int serviceID,
DevicePacket logSample)
| Method Detail |
|---|
public int getServiceID()
public DevicePacket getLogSample()
public void setLogSample(DevicePacket logSample)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||