Uses of Class
com.uc4.api.objects.SyncAction
-
Packages that use SyncAction Package Description com.uc4.api.objects -
-
Uses of SyncAction in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type SyncAction Modifier and Type Method Description java.util.Iterator<SyncAction>
Sync. actionIterator()
Returns an iterator overSyncAction
.Methods in com.uc4.api.objects with parameters of type SyncAction Modifier and Type Method Description void
Sync. addAction(SyncAction action)
Adds a new action to this Sync object.boolean
Sync. removeAction(SyncAction action)
Removes the specified action.
-