public interface JLibraryChange
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JLibraryChange.JLibraryCached
A cached version of the original
JLibrary prior to changes. |
| Modifier and Type | Method and Description |
|---|---|
void |
objectAdded(JLibrary jlibrary,
DataContainer container,
LibraryChange libraryChange,
LibraryEvent libraryEvent)
Fired when a contributed object is added.
|
void |
objectModified(JLibraryChange.JLibraryCached before,
JLibrary after,
DataContainer container,
LibraryChange libraryChange,
LibraryEvent libraryEvent)
Fired when a contributed object is modified.
|
void |
objectRemoved(JLibraryChange.JLibraryCached jlibrary,
DataContainer container,
LibraryChange libraryChange,
LibraryEvent libraryEvent)
Fired when a contributed object is removed.
|
void objectAdded(JLibrary jlibrary, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
jlibrary - - object that was added.container - - the source of the event.void objectModified(JLibraryChange.JLibraryCached before, JLibrary after, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
jlibrary - - object modified.container - - the source of the event.void objectRemoved(JLibraryChange.JLibraryCached jlibrary, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
jlibrary - - object removed.container - - the source of the event.