Package adams.gui.event
Class FieldCacheUpdateEvent
- java.lang.Object
-
- java.util.EventObject
-
- adams.gui.event.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
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description FieldCacheUpdateEvent(AbstractFieldCacheItem source)
Constructs the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractFieldCacheItem
getFieldCacheItem()
Returns the cache item that triggered the event.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
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
-
-