Class: Strategy

VisSense.VisMon. Strategy

The base class of all strategies used by VisMon objects.

<virtual> new Strategy()

Classes

CompositeStrategy
EventStrategy
PollingStrategy

Methods

init(monitor)

The init method is called when a monitor is created and has not started yet.

Parameters:
Name Type Description
monitor VisSense.VisMon

start(monitor)

The start method is called when monitoring the element starts.

Parameters:
Name Type Description
monitor VisSense.VisMon

stop(monitor)

The stop method is called when monitoring the element stops.

Parameters:
Name Type Description
monitor VisSense.VisMon