buoy.xml.delegate
Class EventSourceDelegate
DefaultPersistenceDelegate
buoy.xml.delegate.EventSourceDelegate
public class EventSourceDelegate
extends DefaultPersistenceDelegate
This class is a PersistenceDelegate for serializing EventSources. It extends DefaultPersistenceDelegate
to record the list of event links.
EventSourceDelegate() - Create an EventSourceDelegate.
|
EventSourceDelegate(constructorPropertyNames[] ) - Create an EventSourceDelegate for a class whose constructor takes a list of property values as arguments.
|
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.