IntelliJ Community . WizardListener

 
WizardListener 

HOME INDEX SEARCH CHANGES GO  

package org.intellij.wizard; 
 
/** 
 * Wizard listener. 
 *  
 * @author <a href="mailto:aefimov@spklabs.com">Alexey Efimov</a> 
 */ 
public interface WizardListener { 
  /** 
   * Wizard initialization 
   */ 
  public void init(WizardEvent e); 
 
  /** 
   * Wizard finish task executed 
   */ 
  public void finish(WizardEvent e); 
} 

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.