org.uispec4j
Interface Trigger


public interface Trigger

Interface for window interception triggers - UI interactions which display a window.

Ready-to-use triggers are made available by several components such as Buttons or Menus.

See Also:
AbstractButton.triggerClick(), MenuItem.triggerClick(), WindowInterceptor

Field Summary
static Trigger DO_NOTHING
           
 
Method Summary
 void run()
           
 

Field Detail

DO_NOTHING

public static final Trigger DO_NOTHING
Method Detail

run

public void run()
         throws Exception
Throws:
Exception


Copyright © 2004-2007 Design-up. All Rights Reserved.