com.javaparts.dde
Interface DDEEventListener


public interface DDEEventListener

DDEEventListener defines events that can be received from the DDE server. All event handlers should implement this interface.


Method Summary
 void onAsyncCompleted(AsyncCompletedEvent e)
          An asynchronous transaction has completed.
 void onDisconnect(DDEEvent e)
          Server has closed connection.
 void onItemChanged(ItemChangedEvent e)
          Hot Item value has changed.
 

Method Detail

onItemChanged

public void onItemChanged(ItemChangedEvent e)
Hot Item value has changed.


onDisconnect

public void onDisconnect(DDEEvent e)
Server has closed connection.


onAsyncCompleted

public void onAsyncCompleted(AsyncCompletedEvent e)
An asynchronous transaction has completed.