7071727374757677
listener = (JbpmActionListener) listenerValue; } else { context.setError("Error calling action listener", "Either a type or a listener must be given"); return; } listener.handleAction(context, event); } }