Skip to content

Commit

Permalink
Update py/server/deephaven/table_listener.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <[email protected]>
  • Loading branch information
jmao-denver and chipkent authored Jul 10, 2024
1 parent 948ac75 commit 747c70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/table_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def __init__(self, tables: Sequence[Table], listener: Union[Callable[[Dict[Table
Table change events are processed by 'listener', which can be either
(1) a callable (e.g. function) or
(2) an instance of MergedTableListener type which provides an "on_update" method.
(2) an instance of MergedListener type which provides an "on_update" method.
The callable or the on_update method must take 1 parameter of type Dict[Table, TableUpdate].
Note: Don't do table operations in the listener. Do them beforehand, and add the results as dependencies.
Expand Down

0 comments on commit 747c70a

Please sign in to comment.