ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.editor
Interface AbleDoOnBean


public interface AbleDoOnBean

An action to perform on created beans


Method Summary
 void action(AbleJarInfo ji, java.beans.BeanInfo bi, java.lang.String beanName)
          Perform the action.
 void error(java.lang.String msg)
          Display an error message.
 void error(java.lang.String msg, java.lang.Exception ex)
          Display an error message and pass an exception.
 

Method Detail

action

public void action(AbleJarInfo ji,
                   java.beans.BeanInfo bi,
                   java.lang.String beanName)
Perform the action.

error

public void error(java.lang.String msg)
Display an error message.

error

public void error(java.lang.String msg,
                  java.lang.Exception ex)
Display an error message and pass an exception.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003