Utility base class for listeners that don't expect to receive cancel notifications or which don't have
to do anything if the user clicks "Cancel." This class implements an empty onCancel() method so that you
don't have to litter your code with onCancel() methods that will never be called.