net.groboclown.gui.pluginapp.v1.event
Class PropertyChangeEvent

java.lang.Object
  |
  +--net.groboclown.gui.pluginapp.v1.event.BaseEvent
        |
        +--net.groboclown.gui.pluginapp.v1.event.PropertyChangeEvent
All Implemented Interfaces:
Serializable

public class PropertyChangeEvent
extends BaseEvent

The main GUI frame controller. It has the Frame, the MenuBar, and the Tabbed Pane where everyone plays. For each primary component, there is a JMenu and JComponent.

See Also:
Serialized Form

Field Summary
private  String key
           
private  String newv
           
private  String orig
           
 
Constructor Summary
PropertyChangeEvent(String key, String orig, String newv)
           
 
Method Summary
 String getKey()
           
 String getNewValue()
           
 String getOriginalValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

key

private String key

orig

private String orig

newv

private String newv
Constructor Detail

PropertyChangeEvent

public PropertyChangeEvent(String key,
                           String orig,
                           String newv)
Method Detail

getKey

public String getKey()

getOriginalValue

public String getOriginalValue()

getNewValue

public String getNewValue()

toString

public String toString()
Overrides:
toString in class Object


Written under the LGPL