Framework Professional Edition Package


org.mbs.services.cu.spi
Interface CUAdminCallback

All Superinterfaces:
ControlUnitListener, HierarchyListener, StateVariableBatchListener, StateVariableListener

public interface CUAdminCallback
extends ControlUnitListener, StateVariableBatchListener, HierarchyListener

Represents the interface of the Control Unit Admin bundle provided to the implementations of the ManagedControlUnit and ControlUnitFactory. Managed Control Units and Control Unit Factories use methods of this interface to notify the Control Unit Admin bundle for changes of the state variables. Control Unit Factories also use this interface to notify the Control Unit Admin bundle for appearance and disapearence of Control Unit instances maintained by the factory.

See Also:
ManagedControlUnit.setControlUnitCallback(CUAdminCallback), ControlUnitFactory.setControlUnitCallback(CUAdminCallback)

Field Summary
 
Fields inherited from interface org.mbs.services.cu.ControlUnitListener
CONTROL_UNIT_ADDED, CONTROL_UNIT_REMOVED, CONTROL_UNIT_TYPE_APPEARED, CONTROL_UNIT_TYPE_DISAPPEARED
 
Fields inherited from interface org.mbs.services.cu.StateVariableListener
RECEIVE_VALUES_ON_REGISTER
 
Fields inherited from interface org.mbs.services.cu.HierarchyListener
ATTACHED, DETACHED
 
Method Summary
 
Methods inherited from interface org.mbs.services.cu.ControlUnitListener
controlUnitEvent
 
Methods inherited from interface org.mbs.services.cu.StateVariableBatchListener
stateVariablesChanged
 
Methods inherited from interface org.mbs.services.cu.StateVariableListener
stateVariableChanged
 
Methods inherited from interface org.mbs.services.cu.HierarchyListener
hierarchyChanged
 


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved