|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is an interface for processing DDE client events.
| Method Summary | |
void |
asyncActionComplete(DdeItem item,
byte[] data,
long transactionID)
Occurs when an asynchronous transaction is processed by the service. |
void |
disconnect(boolean sameApplication)
Occurs on disconnect. |
void |
error(int errorCode)
Fires when a critical error occurs. |
DdeResponse |
itemChanged(DdeItem item,
byte[] data)
Occurs when data of the item is changed. |
void |
serviceRegister(java.lang.String service,
java.lang.String instanceName)
Occurs when a service is registered. |
void |
serviceUnregister(java.lang.String service,
java.lang.String instanceName)
Occurs when a service is unregistered. |
| Method Detail |
public void error(int errorCode)
errorCode - is the error code.
public DdeResponse itemChanged(DdeItem item,
byte[] data)
item - specifies the item name and data format.data - if on starting an advise loop the sendData argument was set to true,
then the data contains a new value of the item data; otherwise, this argument is
null.
DdeItem,
DdeResponse
public void asyncActionComplete(DdeItem item,
byte[] data,
long transactionID)
item - specifies the item name and data format.data - if the transaction manipulates data, then the data contains the value of
the item. If the transaction failed, the data is null.transactionID - is an asyncronous transaction identifier.public void disconnect(boolean sameApplication)
sameApplication - specifies if the client and the service are the same application.
public void serviceRegister(java.lang.String service,
java.lang.String instanceName)
service - is the basic name of the service.instanceName - is an instance-specific service name.
public void serviceUnregister(java.lang.String service,
java.lang.String instanceName)
service - is the basic name of the service.instanceName - is an instance-specific service name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||