ECXMLControlRule
Abstract
A Rule performs a certain action based on a given context,state
and event.
Methods
- -actOn:
- -mayActOn:
- -respondsToContext
- (BOOL) actOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
- current context to evaluate
- method result
- YES if no more rules should be evaluated
See Also:
- respondsToContext
- (BOOL) mayActOn: (ECXMLControlContext *) aContext
Parameter Descriptions
aContext
- current context to evaluate
See Also:
- mayActOn:
- (BOOL) mayActOn: (ECXMLControlContext *) aContext
Parameter Descriptions
aContext
- current context to evaluate
- method result
- YES if the receiver should be valuated according to the given
context
(Last Updated November 08, 2007)