aboutsummaryrefslogtreecommitdiff
path: root/Examples/java/callback/index.html
blob: c25452018beb5cd7e71e1505082537902657ed03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>SWIG:Examples:java:callback</title>
</head>

<body bgcolor="#ffffff">


<tt>SWIG/Examples/python/extend/</tt>
<hr>

<H2>Implementing C++ callbacks in Java</H2>

<p>
This example illustrates how to use directors to implement C++ callbacks in Java.
</p>

<hr>
</body>
</html>