Interface GroupOperatorChangedInterface

The GroupOperatorChangedInterface is the attachment of the WorkingSetInterfaceSignal.WorkingSetDependencyOperatorChanged signal.

It describes the old and new WorkingSetInterface dependency operator.


Events

interface GroupOperatorChangedInterface {
    newOperator: GroupOperator;
    oldOperator: GroupOperator;
    workingset: WorkingSetInterface;
}

Properties

newOperator: GroupOperator

The new group operator of the WorkingSetInterface.

oldOperator: GroupOperator

The old group operator of the WorkingSetInterface.

The WorkingSetInterface that changed its operator.