diff options
Diffstat (limited to 'Examples/java/callback/index.html')
-rw-r--r-- | Examples/java/callback/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Examples/java/callback/index.html b/Examples/java/callback/index.html new file mode 100644 index 0000000..c254520 --- /dev/null +++ b/Examples/java/callback/index.html @@ -0,0 +1,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> |