|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UISchemeEvent<V,U extends UIValue<V>,B extends UIBridge<V,U>>
An event fired by an UIScheme after some content changed.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 search
names. 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 search
names. A
value of null indicates that either all bridges changed, or that this method cannot exactly
tell what effect the event had
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||