Class PythonMergedListenerAdapter

All Implemented Interfaces:
LogOutputAppendable, LivenessManager, LivenessNode, LivenessReferent, NotificationQueue.Dependency, Serializable

@ScriptApi public class PythonMergedListenerAdapter extends MergedListener
A Deephaven merged listener which fires when any of its bound listener recorders has updates and all of its dependencies have been satisfied. The listener then invokes the Python listener object. The Python listener object must be a Python MergedListener instance that provides a "_process" method implementation with no argument.
See Also: