Searched refs:dispatchArgs (Results 1 – 2 of 2) sorted by relevance
82 PropertyValue dispatchArgs[] = new PropertyValue[] { new PropertyValue() }; in actionPerformed() local83 dispatchArgs[0].Name = "URL"; in actionPerformed()84 dispatchArgs[0].Value = documentationURL; in actionPerformed()86 dispatcher.dispatch(dispatchURL[0], dispatchArgs ); in actionPerformed()
132 final PropertyValue[] dispatchArgs = new PropertyValue[ i_arguments.length ]; in dispatch() local135 …dispatchArgs[i] = new PropertyValue( i_arguments[i].Name, -1, i_arguments[i].Value, PropertyState.… in dispatch()137 return dispatch( i_url, dispatchArgs ); in dispatch()
Completed in 12 milliseconds