WizardListener 

HOME INDEX SEARCH GO  

 <<O>>  Difference Topic WizardListener (r1.2 - 29 Jan 2004 - AlexeyEfimov)
Changed:
<
<

* Wizard server.

>
>

* Wizard listener. *


 <<O>>  Difference Topic WizardListener (r1.1 - 29 Oct 2003 - AlexeyEfimov)
Added:
>
>

%META:TOPICINFO{author="AlexeyEfimov" date="1067421882" format="1.0" version="1.1"}%


package org.intellij.wizard; 
 
/** 
 * Wizard server. 
 * @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); 
} 

View | Diffs | r1.2 | > | r1.1 | More

e d i t a t t a c h r e f - b y d i f f s
Ideas,requests,problems regarding this site? Send feedback.
Copyright @ 2000-2003 by the contribution authors. All material on this collaboration tool is the property of the contributing authors.

Revision r1.1 - 29 Oct 2003 - 10:04 GMT - AlexeyEfimov
Revision r1.2 - 29 Jan 2004 - 09:33 GMT - AlexeyEfimov
Copyright © 2001 by the contributing authors. All material on this collaboration tool is the property of the contributing authors.
Ideas, requests, problems regarding this site? Send feedback.