Interface DdeListener

All Superinterfaces:
EventListener

public interface DdeListener extends EventListener
Listener interface for receiving DDE events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the data of a DDE item is required.
  • Method Details

    • queryData

      void queryData(DdeEvent event)
      Invoked when the data of a DDE item is required.
      Parameters:
      event - the object that describes the event.