JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.github.sttk.sabi
com.github.sttk.sabi
DataSrc
Uses of Interface
com.github.sttk.sabi.DataSrc
Uses of
DataSrc
in
com.github.sttk.sabi
Methods in
com.github.sttk.sabi
with parameters of type
DataSrc
Modifier and Type
Method
Description
void
DataHub.
uses
(
String
name,
DataSrc
ds)
Registers a local
DataSrc
with the specified name for use within this
DataHub
instance.
static void
Sabi.
uses
(
String
name,
DataSrc
ds)
Registers a
DataSrc
object with a unique name for global use within the Sabi framework.