Uses of Class
com.uc4.api.objects.SyncState
-
Packages that use SyncState Package Description com.uc4.api.objects -
-
Uses of SyncState in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type SyncState Modifier and Type Method Description java.util.Iterator<SyncState>
Sync. stateIterator()
Returns an iterator overSyncState
.Methods in com.uc4.api.objects with parameters of type SyncState Modifier and Type Method Description void
Sync. addState(SyncState state)
Adds aSyncState
to this Sync object.boolean
Sync. removeState(SyncState state)
Removes the specifiedSyncState
.
-