FORMfields


FORMfields.fields.FfButtonListener

Class FfButtonListener

FfButtonListener

public class FfButtonListener

A callback class that processes a button's click action.

Since:
FORMfields v3.0

Method Summary
void

onClick(FfForm ffForm)

A callback routine that is called when there was a button click for the button associated with this button listener.

Method Detail

onClick

public void onClick(FfForm ffForm)

A callback routine that is called when there was a button click for the button associated with this button listener.

Parameters:
ffForm - the form to listen on and process
Since:
FORMfields v3.0

FORMfields