|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
uk.co.agena.minerva.model.extendedbn.ExtendedBNEvent
public class ExtendedBNEvent
ExtendedBNEvent is used to notify interested parties that an ExtendedBN has changed in some way.
Field Summary | |
---|---|
static java.lang.String |
NODEEVENT_NODEATTRIBUTECHANGED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ExtendedBNEvent(ExtendedBN extendedBN)
Constructs a new ExtendedBNEvent. |
|
ExtendedBNEvent(ExtendedBN extendedBN,
boolean compile)
Constructs a new ExtendedBNEvent. |
|
ExtendedBNEvent(ExtendedBN extendedBN,
int oldId)
Constructs a new ExtendedBNEvent. |
|
ExtendedBNEvent(ExtendedBN extendedBN,
java.lang.String errorText)
Constructs a new ExtendedBNEvent. |
|
ExtendedBNEvent(ExtendedBN extendedBN,
java.lang.String errorText,
java.lang.String[] callSigns)
Constructs a new ExtendedBNEvent. |
Method Summary | |
---|---|
java.lang.String[] |
getCallSigns()
Return the callSigns message. |
java.lang.String |
getErrorText()
Returns the message associate with this error |
int |
getOldExtendedBNId()
|
boolean |
isCompile()
|
void |
setOldExtendedBNId(int oldExtendedBNId)
|
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 |
---|
public static final java.lang.String NODEEVENT_NODEATTRIBUTECHANGED
Constructor Detail |
---|
public ExtendedBNEvent(ExtendedBN extendedBN)
extendedBN
- the ExtendedBN that generated the eventpublic ExtendedBNEvent(ExtendedBN extendedBN, java.lang.String errorText)
extendedBN
- the ExtendedBN that generated the eventerrorText
- string for the error.public ExtendedBNEvent(ExtendedBN extendedBN, int oldId)
extendedBN
- the ExtendedBN that generated the eventoldId
- the old id of the ExtendedBN.public ExtendedBNEvent(ExtendedBN extendedBN, boolean compile)
extendedBN
- the ExtendedBN that generated the eventcompile
- public ExtendedBNEvent(ExtendedBN extendedBN, java.lang.String errorText, java.lang.String[] callSigns)
extendedBN
- the ExtendedBN that generated the eventerrorText
- string for the error.callSigns
- string for the propagation/retraction eventMethod Detail |
---|
public java.lang.String getErrorText()
public java.lang.String[] getCallSigns()
public int getOldExtendedBNId()
public void setOldExtendedBNId(int oldExtendedBNId)
public boolean isCompile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |