OpenShot Video Editor
2.0.0
|
Interface for classes that listen for changes (insert, update, and delete). More...
Public Member Functions | |
def | changed |
This method is invoked each time the UpdateManager is changed. More... | |
Interface for classes that listen for changes (insert, update, and delete).
Definition at line 54 of file updates.py.
def updates.UpdateInterface.changed | ( | self, | |
action | |||
) |
This method is invoked each time the UpdateManager is changed.
The action contains all the details of what changed, including the type of change (insert, update, or delete).
Definition at line 59 of file updates.py.