Package com.dynamide.event

Event objects for GUI events and for server side script events.

See:
          Description

Interface Summary
IChangeListener  
IPageChangeListener  
IRowChangeListener  
 

Class Summary
ChangeEvent  
ErrorHandlerInfo When hookException is called to call the programmer's exception event, the exception category will be one of these values, which specify where the error occurred, e.g.
ErrorHandlerResult  
ScriptEvent In order to make this class as easy to use as possible from multiple scripting languages supported by events, the important fields are available as public fields and as bean properties with proper getters and setters.
ScriptEventResult  
ScriptEventSource A wrapper class for the source code which contains both the source and the language identifier.
WorkflowResult  
 

Package com.dynamide.event Description

Event objects for GUI events and for server side script events. ChangeEvents are used extensively in the com.dynamide.gui classes, but not elsewhere. ScriptEvents are the heart of the Dynamide ServerSideEvents, which get fired on the server when different events occur. The ScriptEvent is passed in to all event handlers.



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.