public class ProtocolHandlerListenerEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
PROTOCOL_RECORD_STATE |
static int |
PROTOCOL_STEP_ADDED |
static int |
PROTOCOL_STEP_REMOVED |
static int |
PROTOCOL_STEPS_CLEARED |
static int |
PROTOCOL_STEPS_RESTORED |
source| Constructor and Description |
|---|
ProtocolHandlerListenerEvent(ProtocolHandler source,
int id)
Creates a new ProtocolHandlerListenerEvent object.
|
ProtocolHandlerListenerEvent(ProtocolHandler source,
Object eventObject,
int id)
Creates a new ProtocolHandlerListenerEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getEventObject()
DOCUMENT ME!
|
int |
getId()
DOCUMENT ME!
|
ProtocolHandler |
getSourceProtocolHander()
DOCUMENT ME!
|
boolean |
isRecordStateChanged()
DOCUMENT ME!
|
boolean |
isStepAdded()
DOCUMENT ME!
|
boolean |
isStepsCleared()
DOCUMENT ME!
|
boolean |
isStepsRestored()
DOCUMENT ME!
|
getSource, toStringpublic static int PROTOCOL_RECORD_STATE
public static int PROTOCOL_STEP_ADDED
public static int PROTOCOL_STEP_REMOVED
public static int PROTOCOL_STEPS_CLEARED
public static int PROTOCOL_STEPS_RESTORED
public ProtocolHandlerListenerEvent(ProtocolHandler source, int id)
source - DOCUMENT ME!id - DOCUMENT ME!public ProtocolHandlerListenerEvent(ProtocolHandler source, Object eventObject, int id)
source - DOCUMENT ME!eventObject - DOCUMENT ME!id - DOCUMENT ME!public int getId()
public boolean isRecordStateChanged()
public boolean isStepAdded()
public boolean isStepsCleared()
public boolean isStepsRestored()
public ProtocolHandler getSourceProtocolHander()
public Object getEventObject()
Copyright © 2012–2026 cismet GmbH. All rights reserved.