public interface LibraryChange
Modifier and Type | Interface and Description |
---|---|
static class |
LibraryChange.Type
Defines the library change types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getID()
Get the ID of the library corresponding to this change.
|
java.beans.PropertyChangeEvent |
getPropertyChangeEvent(java.lang.String name)
Get the property change event for the named property.
|
LibraryChange.Type |
getType()
Get the type of library change.
|
boolean |
isPropertyChange(java.lang.String name)
Determine whether this change is a property change for the named
property.
|
LibraryChange.Type getType()
java.lang.Object getID()
java.beans.PropertyChangeEvent getPropertyChangeEvent(java.lang.String name)
null
if this change is
not a property change for the named propertyboolean isPropertyChange(java.lang.String name)
name
- the property nametrue
if this change is a property change and the
changed property name matches the given name, or false
otherwise