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

@@ -74,13 +74,14 @@ public class ExcelEventTest extends InvocationProxy {
}
/**
* dummy consturctor to create an InvocationProxy that wraps nothing
* Constructor so we can create an instance that implements invoke()
*/
public ExcelEventTest() {
}
/**
* override the invoke method to log all the events
* Override the invoke method to log all the events so that we don't have to
* implement all of the specific events.
*/
public Variant invoke(String methodName, Variant targetParameter[]) {
System.out.println("Received event from Windows program" + methodName);