jpos.config.simple.editor
Class PropsViewPanel.Event

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jpos.config.simple.editor.PropsViewPanel.Event
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropsViewPanel

public static class PropsViewPanel.Event
extends java.util.EventObject

Inner class to indicate an Event for this PropsViewPanel

Since:
1.3 (Washington DC 2001 meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropsViewPanel.Event(PropsViewPanel source)
          Ctor
 
Method Summary
 PropsViewPanel getPropsViewPanel()
           
 
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

PropsViewPanel.Event

public PropsViewPanel.Event(PropsViewPanel source)
Ctor
Parameters:
source - the source PropsViewPanel
Method Detail

getPropsViewPanel

public PropsViewPanel getPropsViewPanel()
Returns:
the PropsViewPanel generating this event


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