public interface IObserverSetFactory
Modifier and Type | Interface and Description |
---|---|
static class |
IObserverSetFactory.Strategy |
Modifier and Type | Method and Description |
---|---|
<OBSERVER_TYPE> |
create()
Creates an observer set with the default strategy
|
<OBSERVER_TYPE> |
create(IObserverSetFactory.Strategy strategy)
Creates an observer set for the given strategy
|
<OBSERVER_TYPE> |
emptySet()
Gets a singleton instance of an unmodifiable empty set
|
IObserverSetFactory.Strategy |
getDefaultStrategy() |
IObserverSetFactory.Strategy getDefaultStrategy()
<OBSERVER_TYPE> IObserverSet<OBSERVER_TYPE> create()
<OBSERVER_TYPE> IObserverSet<OBSERVER_TYPE> create(IObserverSetFactory.Strategy strategy)
strategy
- The strategy to use, must not be null<OBSERVER_TYPE> IObserverSet<OBSERVER_TYPE> emptySet()
Siehe auch Jowidgets Nutzerhandbuch