jpos.config
Interface JposEntryRegistryListener
- All Superinterfaces:
- java.util.EventListener
- public interface JposEntryRegistryListener
- extends java.util.EventListener
Listener interface to implement when registering for JposEntryEvents
- Since:
- 0.1 (Philly 99 meeting)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
jposEntryAdded
public void jposEntryAdded(JposEntryRegistryEvent event)
- Indicates that a new JposEntry was added to the registry
- Parameters:
event
- the JposEntryEvent object- Since:
- 0.1 (Philly 99 meeting)
jposEntryRemoved
public void jposEntryRemoved(JposEntryRegistryEvent event)
- Indicates that a JposEntry was removed from the registry
- Parameters:
event
- the JposEntryEvent object- Since:
- 0.1 (Philly 99 meeting)
jposEntryModified
public void jposEntryModified(JposEntryRegistryEvent event)
- Indicates that a JposEntry was modified from the registry
- Parameters:
event
- the JposEntryEvent object- Since:
- 0.1 (Philly 99 meeting)
This API and code belongs to the JavaPOS committee please see LISCENCE file for details