|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.winrun4j.DDE
A manager for DDE.
Constructor Summary | |
DDE()
|
Method Summary | |
static void |
activate()
This will be called as part of the single instance. |
static void |
addActivationListener(ActivationListener listener)
Add an activation listener. |
static void |
addFileAssocationListener(FileAssociationListener listener)
Add a file association listener. |
static void |
execute(java.lang.String command)
Execute a command. |
static void |
ready()
To be called by the application when it is ready to receive DDE messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DDE()
Method Detail |
public static void ready()
public static void addFileAssocationListener(FileAssociationListener listener)
public static void execute(java.lang.String command)
public static void addActivationListener(ActivationListener listener)
listener
- public static void activate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |