All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sun.beanbox.DoOnBean

public interface DoOnBean

Method Index

 o action(JarInfo, BeanInfo, String)
 o error(String)
 o error(String, Exception)

Methods

 o action
 public abstract void action(JarInfo ji,
                             BeanInfo bi,
                             String beanName)
 o error
 public abstract void error(String msg)
 o error
 public abstract void error(String msg,
                            Exception ex)

All Packages  Class Hierarchy  This Package  Previous  Next  Index