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. |
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.
(C) Copyright IBM Corporation 1999, 2003