AnnotatedDebugNodeWatcher:
Filter:
Classes (extension) | Libraries > crucial > Debugging

AnnotatedDebugNodeWatcher : DebugNodeWatcher : BasicNodeWatcher : AbstractNodeWatcher : Object
ExtensionExtension

Watches server replies for node ended/started events using AbstractPlayer's Node annotation system

Description

Like the normal DebugNodeWatcher, this watches server replies for node ended/started events.

In addition it appends any text Annotations found for that node.

Class Methods

Inherited class methods

Instance Methods

.getAnnotation(server, nodeID)

Arguments:

server
nodeID

.doPost(action, nodeID, groupID, prevID, nextID)

Arguments:

action
nodeID
groupID
prevID
nextID

.n_go(nodeID, groupID, prevID, nextID)

Arguments:

nodeID
groupID
prevID
nextID

.n_end(nodeID, groupID, prevID, nextID)

Arguments:

nodeID
groupID
prevID
nextID

.n_off(nodeID, groupID, prevID, nextID)

Arguments:

nodeID
groupID
prevID
nextID

.n_on(nodeID, groupID, prevID, nextID)

Arguments:

nodeID
groupID
prevID
nextID

Inherited instance methods