Package org.apache.sis.gui.dataset
Class ResourceEvent
Object
EventObject
Event
ResourceEvent
- All Implemented Interfaces:
- Serializable,- Cloneable
public class ResourceEvent
extends Event
Event sent when a resource is loaded or closed. The source
 of this event are the 
ResourceTree instance on which handlers are registered.
 The event contains a Path to the resource opened or closed.- Since:
- 1.2
- See Also:
- 
Field SummaryFields inherited from class EventANY, consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class EventObjectsource
- 
Method SummaryModifier and TypeMethodDescriptionReturns the path to the resource being loaded or closed.Methods inherited from class Eventclone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class EventObjectgetSource, toString
- 
Method Details- 
getResourcePathReturns the path to the resource being loaded or closed.- Returns:
- path to the resource being loaded or closed.
 
 
-