Uses of Interface
com.jniwrapper.win32.dde.DdeServiceEventHandler

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

Uses of DdeServiceEventHandler in com.jniwrapper.win32.dde
 

Classes in com.jniwrapper.win32.dde that implement DdeServiceEventHandler
 class DdeServiceEventAdapter
          An abstract adapter class for processing DDE service events.
 

Methods in com.jniwrapper.win32.dde with parameters of type DdeServiceEventHandler
 void DdeService.setEventHandler(DdeServiceEventHandler eventHandler)
          Specifies the handler of service events.