com.ibm.hi.customizer.beans.event
Interface CustomListener
- All Superinterfaces:
- java.util.EventListener
- public interface CustomListener
- extends java.util.EventListener
Listener interface which must be implemented to receive CustomEvents.
customScreenEvent
public void customScreenEvent(CustomScreenEvent evt)
- Method for receiving CustomScreenEvents.
customStatusEvent
public void customStatusEvent(CustomStatusEvent evt)
- Method for receiving CustomStatusEvents.
customMacroEvent
public void customMacroEvent(CustomMacroEvent evt)
- Method for receiving CustomMacroEvents.