SilverStream
Application Server 3.5

Package com.sssw.rt.event

Contains classes and interfaces that describe and support runtime events.

See:
          Description

Interface Summary
AgiManualPropertyChange Interface for controls that want to be manually notified to fire a property change event.
AgiPropertyValidationListener The AgiPropertyValidationListener interface is implemented by objects that participate in the validation process for controls on a form or page.
AgiRowCursorListener An AgiRowCursorListener event is fired whenever the row pointed to by the cursor is changed or data within the row changes.
AgiRowSetListener An AgiRowSetListener event is fired whenever the data underlying an AgiRowCursor is changed in some way.
AgiRTEditorEventProducer Event producer interface for rich text editor events.
AgiRTEditorListener Event interface for rich text editor events.
AgiTimerListener A AgiTimerListener event is fired by AgcTimer object each time that the specified time-interval has elapsed.
AgiValueChangingListener The AgiValueChangingListener interface is supported by controls that provide intermediate (progress) information as the user is changing the value of the control.
AgiViewListener The AgiViewListener interface is implemented by all objects that listen for events on views.
 

Class Summary
AgoBindingManager AgoBindingManager is used in a SilverStream form or page to manage relationships between controls and data sources.
AgoEvent Generic Event object that carries a single argument object along with the source of the event.
AgoPropertyChangeEvent Extension of the JavaBeans PropertyChangeEvent object.
AgoRowCursorSupport A utility class that can be used by AgiRowCursor objects to support firing rowCursor and propertyChange events
AgoRowSetSupport A utility class that can be used as a helper by AgiRowCursor objects to support firing rowCursor and propertyChange events
 

Package com.sssw.rt.event Description

Contains classes and interfaces that describe and support runtime events. Broadly, these fall into three categories:

The listener interfaces are implemented by internal SilverStream classes and by generated forms and pages to listen for events from controls. User classes can also implement these interfaces if they want to receive events directly. For user classes that broadcast events, the listener support interfaces help provide this functionality.


SilverStream
Application Server 3.5