public abstract class VCSFileEventSender
extends java.lang.Object
Constructor and Description |
---|
VCSFileEventSender() |
Modifier and Type | Method and Description |
---|---|
static void |
fireFilesCreated(java.net.URL[] urls)
Fires notification that the given URLs have been created.
|
static void |
fireFilesDeleted(java.net.URL[] urls)
Fires notification that the given URLs have been deleted.
|
static void |
fireFilesModified(java.net.URL[] urls)
Fires notification that the given URLs have modified.
|
static void |
fireFileStructureChanged(java.net.URL[] urls)
Fires notification that the structure of the given URLs has changed.
|
protected abstract void |
fireVCSEvent(java.net.URL[] urls,
int eventType) |
static VCSFileEventSender |
getFileEventSender() |
static void |
setFileEventSender(VCSFileEventSender sender) |
public static final void setFileEventSender(VCSFileEventSender sender)
public static final VCSFileEventSender getFileEventSender()
protected abstract void fireVCSEvent(java.net.URL[] urls, int eventType)
public static final void fireFilesCreated(java.net.URL[] urls)
the
- URLs for the event.public static final void fireFilesDeleted(java.net.URL[] urls)
the
- URLs for the event.public static final void fireFilesModified(java.net.URL[] urls)
the
- URLs for the event.public static final void fireFileStructureChanged(java.net.URL[] urls)
the
- URLs for the event.