jaugment2.UI.UIManager
Interface UIManagerEventListener


public interface UIManagerEventListener
extends java.util.EventListener


Method Summary
 void ApplicationFound(UIManagerEventEvent e)
           
 void ApplicationVanished(UIManagerEventEvent e)
           
 void localProcessStarted(UIManagerEventEvent e)
           
 

Method Detail

localProcessStarted

public void localProcessStarted(UIManagerEventEvent e)

ApplicationFound

public void ApplicationFound(UIManagerEventEvent e)
                      throws java.beans.PropertyVetoException

ApplicationVanished

public void ApplicationVanished(UIManagerEventEvent e)