Modifier and Type | Method and Description |
---|---|
Collection<Path> |
changedBridges(Set<Path> names)
Checks which bridges have changed, assuming that
names are the
only identifiers that are used. |
Collection<String> |
changedResources(Set<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()
Collection<String> changedResources(Set<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 hadCollection<Path> changedBridges(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