public interface BvrCallback extends java.lang.Object { public abstract Behavior notify(int id, boolean start, double startTime, double globalTime, double localTime, Behavior sampledValue, Behavior currentRunningBvr); }
Calls the notifier method of the object whenever the behavior is started or sampled.
public abstract Behavior notify(
int id,
boolean start,
double startTime,
double globalTime,
double localTime,
Behavior sampledValue,
Behavior currentRunningBvr
);
Returns the Behavior object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.