Uses of Class
jpos.config.JposEntryRegistryEvent

Packages that use JposEntryRegistryEvent
jpos.config   
jpos.config.simple   
 

Uses of JposEntryRegistryEvent in jpos.config
 

Methods in jpos.config with parameters of type JposEntryRegistryEvent
 void JposEntryRegistryListener.jposEntryAdded(JposEntryRegistryEvent event)
          Indicates that a new JposEntry was added to the registry
 void JposEntryRegistryListener.jposEntryRemoved(JposEntryRegistryEvent event)
          Indicates that a JposEntry was removed from the registry
 void JposEntryRegistryListener.jposEntryModified(JposEntryRegistryEvent event)
          Indicates that a JposEntry was modified from the registry
 

Uses of JposEntryRegistryEvent in jpos.config.simple
 

Methods in jpos.config.simple with parameters of type JposEntryRegistryEvent
protected  void SimpleEntryRegistry.fireJposEntryRegistryEventAdded(JposEntryRegistryEvent e)
          Fires a new JposEntryRegistry event when a new JposEntry is added
protected  void SimpleEntryRegistry.fireJposEntryRegistryEventRemoved(JposEntryRegistryEvent e)
          Fires a new JposEntryRegistry event when a new JposEntry is added
protected  void SimpleEntryRegistry.fireJposEntryRegistryEventModified(JposEntryRegistryEvent e)
          Fires a new JposEntryRegistry event when a JposEntry is modified
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details