com.ibm.di.admin.ui
Interface CustomAppenderUIInterface


public interface CustomAppenderUIInterface


Method Summary
 JPanel getPanel()
          Returns the ready user interface panel.
 void initialize(LogConfigItem aLogConfigItem)
          Initializes the custom Appender congfiguration panel.
 

Method Detail

initialize

void initialize(LogConfigItem aLogConfigItem)
Initializes the custom Appender congfiguration panel. aLogConfigItem the Custom Appender configuration object.


getPanel

JPanel getPanel()
Returns the ready user interface panel.