public class ActivateObject extends XMLRequest
| Constructor and Description |
|---|
ActivateObject(List<UC4ObjectName> names)
Toggles the active state of the given objects.
|
ActivateObject(UC4ObjectName name)
Toggles the active state of the given object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setActive(boolean active)
Sets the active state exclusively (no toggle) to the state which is passed.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic ActivateObject(UC4ObjectName name)
name - name of object which state should be toggled.public ActivateObject(List<UC4ObjectName> names)
names - names of objects which state should be toggled.Copyright © 2021. All rights reserved.