Class ResourceUpdated

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.webconsole.base.events.ResourceUpdated
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class ResourceUpdated extends Event<Void>
A notification within the server side that an item has been updated.

The item specification is usually the key used by the Associator.

This event should be fired by the component that provides the item and may be handled by components that use information provided by the item.

See Also:
  • Constructor Details

    • ResourceUpdated

      public ResourceUpdated(Object itemSpecification)
      Creates a new event.
      Parameters:
      itemSpecification - information about the item, usually the item’s class.
  • Method Details

    • itemSpecification

      Return the information that specifies the item.
      Returns:
      the item specification