org.uispec4j
Interface Trigger

All Known Implementing Classes:
MainClassTrigger, ThreadLauncherTrigger

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

static final Trigger DO_NOTHING
Method Detail

run

void run()
         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2010. All Rights Reserved.