Package com.jniwrapper.win32.dde

The com.jniwrapper.win32.dde package contains classes, which allows you to interact with native applications via DDE technology.

See:
          Description

Interface Summary
DdeClientEventHandler This is an interface for processing DDE client events.
DdeServiceEventHandler The interface for processing DDE service events.
 

Class Summary
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 Summary
DdeException  
 

Package com.jniwrapper.win32.dde Description

The 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.