| Package | org.spicefactory.parsley.core.view.handler |
| Class | public class AutowirePrefilterCache |
| Inheritance | AutowirePrefilterCache Object |
| Method | Defined By | ||
|---|---|---|---|
addEvent(event:Event):Boolean [static]
Adds the specified Event to the cache. | AutowirePrefilterCache | ||
| addEvent | () | method |
public static function addEvent(event:Event):BooleanAdds the specified Event to the cache.
Parameters
event:Event — the event to add
|
Boolean — true if the event has been added to the cached, false if it has already been prefiltered
|