From e1c0b7680f49d8172b164b9934f41454a95a7df6 Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Sun, 9 Jan 2005 04:11:33 +0000 Subject: [PATCH] javadoc --- com/jacob/com/Dispatch.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/com/jacob/com/Dispatch.java b/com/jacob/com/Dispatch.java index 97ebf95..d22d966 100644 --- a/com/jacob/com/Dispatch.java +++ b/com/jacob/com/Dispatch.java @@ -232,6 +232,11 @@ public class Dispatch extends JacobObject */ protected native void createInstance(String progid); + /** + * returns the program id if an activeX component created this + * otherwise it returns null. This was added to aid in debugging + * @return the program id an activeX component was created against + */ public String getProgramId(){ return programId; }