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 August 27, 2006)