Class FieldCacheUpdateEvent

  • All Implemented Interfaces:
    Serializable

    public class FieldCacheUpdateEvent
    extends EventObject
    Event that gets sent when a field cache gets updated.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • FieldCacheUpdateEvent

        public FieldCacheUpdateEvent​(AbstractFieldCacheItem source)
        Constructs the event.
        Parameters:
        source - The cache item that triggered the event.
    • Method Detail

      • getFieldCacheItem

        public AbstractFieldCacheItem getFieldCacheItem()
        Returns the cache item that triggered the event.
        Returns:
        the trigger