summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-03-08 18:20:34 -0500
committerBrian Potchik <brian@vector35.com>2018-03-08 18:20:34 -0500
commit0f1d03f81cd79d501e8642360dc7c521a55cf374 (patch)
tree5552c6ed1abfd442a8d7cd6c87cb3fdc48ed41e8 /python/binaryview.py
parent1c7349fcf125994f2e577361626fe1fb02eac029 (diff)
Update AnalysisCompletionEvent documentation.
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 1c986a94..3af0ee50 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -108,7 +108,8 @@ class StringReference(object):
class AnalysisCompletionEvent(object):
"""
The ``AnalysisCompletionEvent`` object provides an asynchronous mechanism for receiving
- callbacks when analysis is complete.
+ callbacks when analysis is complete. The callback runs once. A completion event must be added
+ for each new analysis in order to be notified of each analysis completion.
:Example:
>>> def on_complete(self):