Uses of Interface
org.lightwolf.IProcessListener

Packages that use IProcessListener
org.lightwolf Core classes for flow manipulation and synchronization. 
 

Uses of IProcessListener in org.lightwolf
 

Methods in org.lightwolf with parameters of type IProcessListener
 boolean Process.addEventListener(IProcessListener listener)
          Adds an event listener to this process.
 boolean Process.removeEventListener(IProcessListener listener)
          Removes an event listener from this process.