Callback


Description:

public delegate R Callback<A,R> (A arg) throws Error

Callback for use with Event.execute and variants

Parameters:

arg

argument passed when triggering the event

Returns:

whatever you want