SF 1702604 - alpha prototype for activeXInvocationProxy event callbacks

This commit is contained in:
clay_shooter
2007-04-18 02:59:38 +00:00
parent 536fc35171
commit 7d7ed62066
13 changed files with 747 additions and 534 deletions

View File

@@ -69,13 +69,13 @@ public class WordEventTest extends InvocationProxy {
}
/**
* dummy consturctor to create an InvocationProxy that wraps nothing
* Constructor so we can create an instance that implements invoke()
*/
public WordEventTest() {
}
/**
* override the invoke method to loga ll the events
* override the invoke() method to log all the events without writing a bunch of code
*/
public Variant invoke(String methodName, Variant targetParameter[]) {
System.out.println("Received event from Windows program" + methodName);