com.ibm.spinner
Interface SpinnerErrorEventListener


public abstract interface SpinnerErrorEventListener
extends java.util.EventListener

This interface describes the method that gets called by the listeners when an internal error occurs.


Method Summary
 void internalError(SpinnerErrorEvent pValue)
          This method is invoked when an internal error occurs.
 

Method Detail

internalError

public void internalError(SpinnerErrorEvent pValue)
This method is invoked when an internal error occurs.