Class PreClearFlashEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PreClearFlashEvent​(java.util.Map<java.lang.String,java.lang.Object> source)
      Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreClearFlashEvent

        public PreClearFlashEvent​(java.util.Map<java.lang.String,java.lang.Object> source)

        Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

        Parameters:
        source - Map containing the values about to be cleared This need not be the actual Flash instance.