ABLE, Version 1.1b

com.ibm.able.editor
Interface AbleDoOnBean


public abstract interface AbleDoOnBean

An action to perform on created beans

Version:
$Revision: 1.3 $, $Date: 2000/04/28 19:50:59 $

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, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'