org.inria.ns.reflex.processor.catalog
Class ResourceFound
java.lang.Object
org.inria.ns.reflex.processor.catalog.ResourceFound
- All Implemented Interfaces:
- BubbleMessage, Unwrappable
public class ResourceFound
- extends Object
- implements BubbleMessage
ResourceFound is a bubble message created when a resource has been
found in a catalog.
- Author:
- Philippe Poulard
resource
public Object resource
- The resource found.
ResourceFound
public ResourceFound(Object resource)
- Create a wrapper of the resource found.
unwrap
public Object unwrap()
- Return the resource found.
- Specified by:
unwrap
in interface BubbleMessage
- Specified by:
unwrap
in interface Unwrappable
- Returns:
- The object wrapped.
- See Also:
BubbleMessage.unwrap()