jpos.config
Class JposEntryRegistryEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jpos.config.JposEntryRegistryEvent
All Implemented Interfaces:
java.io.Serializable

public class JposEntryRegistryEvent
extends java.util.EventObject

Event class for the JposEntryRegistry

Since:
0.1 (Philly 99 meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JposEntryRegistryEvent(java.lang.Object source, JposEntry entry)
          Creates a new event
 
Method Summary
 JposEntry getJposEntry()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JposEntryRegistryEvent

public JposEntryRegistryEvent(java.lang.Object source,
                              JposEntry entry)
Creates a new event
Parameters:
source - the source of this event
entry - the JposEntry associated with the event
Since:
0.1 (Philly 99 meeting)
Method Detail

getJposEntry

public JposEntry getJposEntry()
Returns:
the JposEntry for this event
Since:
0.1 (Philly 99 meeting)


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