public interface UntilNotifier extends java.lang.Object{ public abstract Behavior notify(Object eventData, Behavior previous, BvrsToRun extraBvrsToRun); }
Represents the event notifier used to generate a replacement behavior for a behavior created using a untilNotify method.
Creates a behavior in response to an event. This method is called when the event specified in a call to a untilNotify method occurs. The eventData and previous parameters specify the state of the event and the initial behavior, and can be used to determine how to create the new behavior.
public Behavior notify(
Object eventData,
Behavior previous,
BvrsToRun extraBvrsToRun
);
Returns the Behavior object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.