Remove confusing comments and add in extra clarification - Bug #1534931
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9431 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ded2c8f599
commit
26548e47fc
2 changed files with 3 additions and 15 deletions
|
|
@ -16,13 +16,6 @@
|
|||
<p>
|
||||
This example illustrates how to use directors to implement C++ callbacks in Java.
|
||||
</p>
|
||||
<p>
|
||||
Please note that unlike Python, Java does not have an equivalent concept of
|
||||
weak references, so the program has to manually clean up after objects. The
|
||||
implication of this is that the <code>Caller</code> class cannot claim
|
||||
ownership of the <code>Callback</code> object in <code>Caller.setCallback()</code>
|
||||
and delete it.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue