public class LoadingStateDelegateImp
extends java.lang.Object
Constructor and Description |
---|
LoadingStateDelegateImp(BaseView baseView)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
stateBannerLoadingEntered()
Trigger banner loading entered transition.
|
void |
stateBannerLoadingExit()
Not yet implemented.
|
void |
stateBlockedEntered()
Trigger the state blocked.
|
void |
stateBlockedExit()
Not yet implemented.
|
void |
stateIdleEntered()
Trigger the state idle.
Banner was loaded, and everything finished. |
void |
stateIdleExit()
Not yet implemented.
|
void |
stateXmlLoadingEntered()
Not yet implemented.
|
void |
stateXmlLoadingExit()
Not yet implemented.
|
void |
transitionBlockLoadingTriggered()
Not yet implemented.
|
void |
transitionErrorLoadingTriggered()
Not yet implemented.
|
void |
transitionFinishLoadingTriggered()
Trigger transition finished loading.
|
void |
transitionLoadBannerTriggered()
Not yet implemented.
|
void |
transitionLoadXmlTriggered()
Trigger transition load xml.
|
void |
transitionUnblockLoadingTriggered()
Not yet implemented.
|
public LoadingStateDelegateImp(BaseView baseView)
public void stateBlockedEntered() throws StateBlockedEnteredFailedException
StateBlockedEnteredFailedException
public void stateIdleEntered() throws StateIdleEnteredException
StateIdleEnteredException
public void stateBannerLoadingEntered() throws BannerLoadingEnteredFailedException
BannerLoadingEnteredFailedException
public void transitionLoadXmlTriggered() throws TransitionLoadXMLFailedException
TransitionLoadXMLFailedException
public void transitionFinishLoadingTriggered() throws TransitionFinishLoadingFailedException
TransitionFinishLoadingFailedException
public void stateIdleExit() throws StateIdleExitFailedException
StateIdleExitFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void stateXmlLoadingEntered() throws StateXMLLoadingEnteredFailedException
StateXMLLoadingEnteredFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void stateXmlLoadingExit() throws StateXMLLoadingExitFailedException
StateXMLLoadingExitFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void stateBlockedExit() throws StateBlockedExitFailedException
StateBlockedExitFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void stateBannerLoadingExit() throws BannerLoadingExitFailedException
BannerLoadingExitFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void transitionLoadBannerTriggered() throws TransitionLoadBannerFailedException
TransitionLoadBannerFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void transitionBlockLoadingTriggered() throws TransitionBlockLoadingFailedException
TransitionBlockLoadingFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void transitionUnblockLoadingTriggered() throws TransitionUnblockLoadingFailedException
TransitionUnblockLoadingFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()
public void transitionErrorLoadingTriggered() throws TransitionErrorLoadingFailedException
TransitionErrorLoadingFailedException
com.smaato.soma.internal.statemachine.LoadingStateDelegate#stateIdleExit()