buoy.xml.delegate
Class EventSourceDelegate

java.lang.Object
  extended by java.beans.PersistenceDelegate
      extended by java.beans.DefaultPersistenceDelegate
          extended by buoy.xml.delegate.EventSourceDelegate
Direct Known Subclasses:
BListDelegate, BorderContainerDelegate, BSplitPaneDelegate, BTableDelegate, BTableHeaderDelegate, FormContainerDelegate, GridContainerDelegate, IndexedContainerDelegate, OverlayContainerDelegate

public class EventSourceDelegate
extends java.beans.DefaultPersistenceDelegate

This class is a PersistenceDelegate for serializing EventSources. It extends DefaultPersistenceDelegate to record the list of event links.

Author:
Peter Eastman

Constructor Summary
EventSourceDelegate()
          Create an EventSourceDelegate.
EventSourceDelegate(java.lang.String[] constructorPropertyNames)
          Create an EventSourceDelegate for a class whose constructor takes a list of property values as arguments.
 
Method Summary
 
Methods inherited from class java.beans.PersistenceDelegate
writeObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSourceDelegate

public EventSourceDelegate()
Create an EventSourceDelegate.


EventSourceDelegate

public EventSourceDelegate(java.lang.String[] constructorPropertyNames)
Create an EventSourceDelegate for a class whose constructor takes a list of property values as arguments.



Written by Peter Eastman.