Uses of Interface
org.refcodes.observer.Observer
-
-
Uses of Observer in org.refcodes.observer
Classes in org.refcodes.observer with type parameters of type Observer Modifier and Type Interface Description interfaceObserverDescriptor<E extends GenericEvent<?>,O extends Observer<E>,EM extends EventMatcher<E>>ThisObserverDescriptordescribes theObserver, i.e. in some cases anObserverrequires anEventMatcherwhich determines whichGenericActionEventinstances to pass to theObserver.classObserverDescriptorImpl<E extends GenericEvent<?>,O extends Observer<E>,EM extends EventMatcher<E>>As a descriptor describes something fixed, this class is immutable in the sense that there are no setters for the attributes.Subinterfaces of Observer in org.refcodes.observer Modifier and Type Interface Description interfaceObserverDescriptor<E extends GenericEvent<?>,O extends Observer<E>,EM extends EventMatcher<E>>ThisObserverDescriptordescribes theObserver, i.e. in some cases anObserverrequires anEventMatcherwhich determines whichGenericActionEventinstances to pass to theObserver.Classes in org.refcodes.observer that implement Observer Modifier and Type Class Description classObserverDescriptorImpl<E extends GenericEvent<?>,O extends Observer<E>,EM extends EventMatcher<E>>As a descriptor describes something fixed, this class is immutable in the sense that there are no setters for the attributes.
-