jpos.config.simple.editor
Interface JposEntryListListener
- All Superinterfaces:
- java.util.EventListener
- interface JposEntryListListener
- extends java.util.EventListener
Listener interface for the JposEntryList
- Since:
- 0.1 (Philly 99 meeting)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
jposEntryAdded
public void jposEntryAdded(JposEntryListEvent event)
- Called when a new JposEntry is added to the JposEntryList
- Parameters:
event
- the JposEntryListEvent object- Since:
- 0.1 (Philly 99 meeting)
jposEntryRemoved
public void jposEntryRemoved(JposEntryListEvent event)
- Called when a JposEntry is removed to the JposEntryList
- Parameters:
event
- the JposEntryListEvent object- Since:
- 0.1 (Philly 99 meeting)
This API and code belongs to the JavaPOS committee please see LISCENCE file for details