Modifier and Type | Method and Description |
---|---|
java.util.Collection<Path> |
changedBridges(java.util.Set<Path> names)
Checks which bridges have changed, assuming that
names are the
only identifiers that are used. |
java.util.Collection<java.lang.String> |
changedResources(java.util.Set<java.lang.String> names)
Checks which resources have changed, assuming that
names are the
only identifiers that are used. |
UIScheme<V,U,B> |
getScheme()
Gets the scheme which fired this event.
|
UIScheme<V,U,B> getScheme()
java.util.Collection<java.lang.String> changedResources(java.util.Set<java.lang.String> names)
names
are the
only identifiers that are used.names
- a set of identifiers to check, null
indicates that every possible identifier
must be included in the searchnames
. A
value of null
indicates that either all resources changed, or that this method cannot exactly
tell what effect the event hadjava.util.Collection<Path> changedBridges(java.util.Set<Path> names)
names
are the
only identifiers that are used.names
- a set of identifiers to check, null
indicates that every possible identifier
must be included in the searchnames
. A
value of null
indicates that either all bridges changed, or that this method cannot exactly
tell what effect the event had