elge.examples.simple
Class BeanAgent

java.lang.Object
  |
  +--elge.examples.simple.BeanAgent
All Implemented Interfaces:
Serializable

public class BeanAgent
extends Object
implements Serializable

Author:
Palino
See Also:
Serialized Form

Constructor Summary
BeanAgent()
          Creates new BeanAgent
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 String getSampleProperty()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void setSampleProperty(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanAgent

public BeanAgent()
Creates new BeanAgent

Method Detail

getSampleProperty

public String getSampleProperty()

setSampleProperty

public void setSampleProperty(String value)

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)