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 voidSync. addState(SyncState state)Adds aSyncStateto this Sync object.booleanSync. removeState(SyncState state)Removes the specifiedSyncState. 
 -