Warning: This is a facade provided for use by user code, not for implementation. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
This class automatically manages the flow control mode and any state associated with it. On entry to flow control mode the {@link FlowController#beginFlowControl} method of all the registered{@link FlowController}s are invoked. On exit from flow control mode the {@link FlowController#endFlowControl} method of all the registered{@link FlowController}s are invoked.
The following sections describe how two different flow controllers, one based on events and one on a DOM would support flow control.
While in flow control mode the event based flow controller must do the following.
While in flow control mode the DOM based flow controller must do the following.
|
|
|
|
|
|
|
|
|
|