|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.server.SemanticChangeEvent
public class SemanticChangeEvent
| Constructor Summary | |
|---|---|
SemanticChangeEvent(org.opcfoundation.ua.common.NamespaceTable namespaceTable)
|
|
| Method Summary | |
|---|---|
void |
addChange(org.opcfoundation.ua.builtintypes.NodeId affectedNode,
org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
Add a semantic change to the event before triggering it. |
void |
addChange(UaNode affectedNode)
Add a semantic change to the event before triggering it. |
void |
clearChanges()
|
org.opcfoundation.ua.core.SemanticChangeStructureDataType[] |
getChanges()
Get the raw changes. |
void |
setChanges(org.opcfoundation.ua.core.SemanticChangeStructureDataType[] changes)
Sets the list of changes to send. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SemanticChangeEvent(org.opcfoundation.ua.common.NamespaceTable namespaceTable)
| Method Detail |
|---|
public void addChange(org.opcfoundation.ua.builtintypes.NodeId affectedNode,
org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
affectedNode - The Node that was affectedtypeDefinition - the type of the node, in case it is an Object or Variable nodepublic void addChange(UaNode affectedNode)
affectedNode - The node that was changedpublic void clearChanges()
public org.opcfoundation.ua.core.SemanticChangeStructureDataType[] getChanges()
public void setChanges(org.opcfoundation.ua.core.SemanticChangeStructureDataType[] changes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||