sleep.runtime

Class WatchScalar

public class WatchScalar extends Scalar

Field Summary
protected Stringname
protected ScriptEnvironmentowner
Constructor Summary
WatchScalar(String _name, ScriptEnvironment _owner)
Method Summary
voidflagChange(Scalar valuez)
voidsetValue(ScalarType _value)
set the value of this scalar container to a scalar value of some type
voidsetValue(ScalarArray _array)
set the value of this scalar container to a scalar array
voidsetValue(ScalarHash _hash)
set the value of this scalar container to a scalar hash

Field Detail

name

protected String name

owner

protected ScriptEnvironment owner

Constructor Detail

WatchScalar

public WatchScalar(String _name, ScriptEnvironment _owner)

Method Detail

flagChange

public void flagChange(Scalar valuez)

setValue

public void setValue(ScalarType _value)
set the value of this scalar container to a scalar value of some type

setValue

public void setValue(ScalarArray _array)
set the value of this scalar container to a scalar array

setValue

public void setValue(ScalarHash _hash)
set the value of this scalar container to a scalar hash