Interface ViewableDelegate
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ViewableDelegate<OutputDataT extends OutputData>
-
-
Method Summary
Modifier and Type Method Description abstract Flow<OutputDataT>getOutputDataFlow()abstract OutputDataTgetOutputData()-
-
Method Detail
-
getOutputDataFlow
abstract Flow<OutputDataT> getOutputDataFlow()
-
getOutputData
abstract OutputDataT getOutputData()
-
-
-
-