org.boris.winrun4j
Class DDE

java.lang.Object
  extended byorg.boris.winrun4j.DDE

public class DDE
extends java.lang.Object

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

DDE

public DDE()
Method Detail

ready

public static void ready()
To be called by the application when it is ready to receive DDE messages.


addFileAssocationListener

public static void addFileAssocationListener(FileAssociationListener listener)
Add a file association listener.


execute

public static void execute(java.lang.String command)
Execute a command. This will be called from WinRun4J binary.


addActivationListener

public static void addActivationListener(ActivationListener listener)
Add an activation listener.

Parameters:
listener -

activate

public static void activate()
This will be called as part of the single instance.