UntilNotifier Interface

Represents the event notifier used to generate a replacement behavior for a behavior created using an untilNotify method.

UntilNotifier Methods

notify Creates a behavior in response to an event.

notify

UntilNotifier Interface

Creates a behavior in response to an event. This method is called when the event specified in a call to an 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.

Syntax

public Behavior notify(
     Object eventData,
     Behavior previous,
     BvrsToRun extraBvrsToRun
);

Parameters

eventData
Object that contains any data produced by the event itself.
previous
Behavior object that represents the running behavior from which the application is transitioning.
extraBvrsToRun
Behaviors that are not a part of the model.

Return Value

Returns the Behavior object.

See Also

untilNotify


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.