public abstract class DdemlUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
DdemlUtil.AdvdataHandler |
static interface |
DdemlUtil.AdvreqHandler |
static interface |
DdemlUtil.AdvstartHandler |
static interface |
DdemlUtil.AdvstopHandler |
static interface |
DdemlUtil.ConnectConfirmHandler |
static interface |
DdemlUtil.ConnectHandler |
static class |
DdemlUtil.DdeAdapter
DdeAdapter implements DdeCallback and allow dynamic registration for
mulitple handlers, that can be registered and unregistered at runtime.
|
static class |
DdemlUtil.DdeClient |
static class |
DdemlUtil.DdeConnection |
static class |
DdemlUtil.DdeConnectionList |
static class |
DdemlUtil.DdemlException
DdemlException wraps error codes reported by the DDEML functions as an
exception.
|
static interface |
DdemlUtil.DisconnectHandler |
static interface |
DdemlUtil.ErrorHandler |
static interface |
DdemlUtil.ExecuteHandler |
static interface |
DdemlUtil.IDdeClient
The IDdeClient defines functions that wrap a ddeml instance. and are
not tied to conversation.
|
static interface |
DdemlUtil.IDdeConnection
The IDdeConnection defines the functions, that work an a concrete
connection/conversation.
|
static interface |
DdemlUtil.IDdeConnectionList
The IDdeConnectionList wraps a connectionlist.
|
static interface |
DdemlUtil.MonitorHandler |
static interface |
DdemlUtil.PokeHandler |
static interface |
DdemlUtil.RegisterHandler |
static interface |
DdemlUtil.RequestHandler |
static class |
DdemlUtil.StandaloneDdeClient
StandaloneDdeClient is a convenience class, that wraps a DdeClient and
a
User32Util.MessageLoopThread . |
static interface |
DdemlUtil.UnregisterHandler |
static interface |
DdemlUtil.WildconnectHandler |
static interface |
DdemlUtil.XactCompleteHandler |
Constructor and Description |
---|
DdemlUtil() |