public class DefaultAwaitingFinalStateViewFactory extends java.lang.Object implements AwaitingFinalStateViewFactory
AwaitingFinalStateViewFactory which shows a static
text which explains the situation.| Constructor and Description |
|---|
DefaultAwaitingFinalStateViewFactory() |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
build(android.view.ViewGroup parent,
Transaction transaction)
This method is responsible to create a corresponding view.
|
public DefaultAwaitingFinalStateViewFactory()
public android.view.View build(android.view.ViewGroup parent,
Transaction transaction)
AwaitingFinalStateViewFactoryThe implementor does not need to add the view to the parent. This is done by the caller.
build in interface AwaitingFinalStateViewFactoryparent - the parent view into which the provided view will be integrated into.transaction - the transaction for which no final result exists yet.