buoy.xml.delegate

Class EventSourceDelegate

Known Direct Subclasses:
BListDelegate, BorderContainerDelegate, BSplitPaneDelegate, BTableDelegate, BTableHeaderDelegate, FormContainerDelegate, GridContainerDelegate, IndexedContainerDelegate, OverlayContainerDelegate

public class EventSourceDelegate
extends 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(constructorPropertyNames[] )
Create an EventSourceDelegate for a class whose constructor takes a list of property values as arguments.

Constructor Details

EventSourceDelegate

public EventSourceDelegate()
Create an EventSourceDelegate.

EventSourceDelegate

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

Written by Peter Eastman.