Class ResourceNotAvailable

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

public class ResourceNotAvailable extends Event<Void>
A notification within the server side that an item that is expected to be associated with a channel is missing or not in a usable state.

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

This event may be fired by components that require the item and should be handled by the component that is responsible for providing the item.

See Also:
  • Constructor Details

    • ResourceNotAvailable

      public ResourceNotAvailable(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