com.jniwrapper.win32.dde package contains classes, which allows you to interact with native
applications via DDE technology.See: Description
| Interface | Description | 
|---|---|
| DdeClientEventHandler | This is an interface for processing DDE client events. | 
| DdeServiceEventHandler | The interface for processing DDE service events. | 
| Class | Description | 
|---|---|
| DdeClient | This class provides functionality for establishing connection with a DDE service. | 
| DdeClientEventAdapter | An abstract adapter class for processing DDE client events. | 
| DdeItem | This class is provided for description of item data. | 
| DdeResponse | This class is an enumeration of supported DDE responses. | 
| DdeService | This class provides functionality for registering and handling a DDE service. | 
| DdeServiceEventAdapter | An abstract adapter class for processing DDE service events. | 
| Exception | Description | 
|---|---|
| DdeException | 
com.jniwrapper.win32.dde package contains classes, which allows you to interact with native
applications via DDE technology. Both DDE client and DDE server functionality are available.