This method is in fact defined on the listener.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6423 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2011-01-07 20:58:17 +00:00
parent aff817a70f
commit d66ed6f7fe
@@ -15,7 +15,7 @@ public class {{name}}Service_{{listener.listenerName}}ListenerAdapter
* given function(s). Any Function that is null will simply not be called.
*/
public function {{name}}Service_{{listener.listenerName}}ListenerAdapter (
{{adapterCtorArgs}}failed :Function)
{{listener.adapterCtorArgs}}failed :Function)
{
{{#listener.methods}}
_{{method.name}} = {{method.name}};