Class PerspectiveDesignSession.MutabilityChangeListener
java.lang.Object
com.inductiveautomation.perspective.gateway.session.PerspectiveDesignSession.MutabilityChangeListener
- Enclosing class:
- PerspectiveDesignSession
Listens to the gateway-wide EventBus for mutability changes to this design session, and then
delegates the change to this session's EventManager for more efficient notification for bindings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onMutabilityChanged
(com.inductiveautomation.ignition.gateway.event.SessionMutabilityChangeEvent event)
-
Constructor Details
-
MutabilityChangeListener
public MutabilityChangeListener()
-
-
Method Details
-
onMutabilityChanged
public void onMutabilityChanged(com.inductiveautomation.ignition.gateway.event.SessionMutabilityChangeEvent event)
-