DataUserType
- The type of data user.public interface DataProvider<DataUserType extends DataUser>
Modifier and Type | Method and Description |
---|---|
void |
addDataUser(DataUserType texture)
Add a data user.
|
boolean |
isValid()
Data provider validity getter.
|
void |
removeDataUser(DataUserType dataUser)
Remove a data user.
|
void removeDataUser(DataUserType dataUser)
dataUser
- the data user to remove.void addDataUser(DataUserType texture)
texture
- the data user to add.boolean isValid()