| Package: MachII.framework |
| Base Invoker component. |
| Method Summary | |
|---|---|
| public void | init() |
| public void | invokeListener(Event event, any target, string method, [string resultKey=""]) |
| Method Detail |
|---|
| init |
|---|
public void init( )
Parameters:
Code:
<cffunction name="init" access="public" returntype="void" output="false"> </cffunction>
| invokeListener |
|---|
public void invokeListener( Event event, any target, string method, [string resultKey=""] )
Parameters:
| Event event |
| any target |
| string method |
| [string resultKey=""] |
Code:
<cffunction name="invokeListener" access="public" returntype="void"> <cfargument name="event" type="MachII.framework.Event" required="true" /> <cfargument name="target" required="true" /> <cfargument name="method" type="string" required="true" /> <cfargument name="resultKey" type="string" required="false" default="" /> </cffunction>