Sys.Preview.IAction
Provides a common interface representing a class that holds state and wraps a method that will be called later - typically to handle an event. This interface must be implemented for any class to be used in declarative event handlers.
Methods
- execute()
- invoked when the IAction needs to be performed - typically when a class raises an event that has event handlers defined declaratively
- setOwner()
- used to associate the IAction with the class that "owns" it
Implemented By
page revision: 1, last edited: 30 Mar 2008 03:48