public class PrefetchCompleteEvent extends TransitionEvent
PrefetchCompleteEvent is posted when a Controller finishes
Prefetching. This occurs when a Controller
moves from the Prefetching state to the Prefetched
state, or as an acknowledgement that the prefetch
method was called and the Controller is already Prefetched.Controller,
ControllerListener,
Serialized Formsource| Constructor and Description |
|---|
PrefetchCompleteEvent(Controller from,
int previous,
int current,
int target) |
getCurrentState, getPreviousState, getTargetState, toStringgetSource, getSourceControllerpublic PrefetchCompleteEvent(Controller from, int previous, int current, int target)
Copyright © 2012 code4tv.com. All Rights Reserved.