Uses of Interface
org.perfectjpattern.core.api.behavioral.observer.ISubject

Packages that use ISubject
org.perfectjpattern.core.api.behavioral.observer Observer Pattern API. 
org.perfectjpattern.core.behavioral.observer Observer Core Pattern implementation. 
 

Uses of ISubject in org.perfectjpattern.core.api.behavioral.observer
 

Subinterfaces of ISubject in org.perfectjpattern.core.api.behavioral.observer
 interface IParameterlessSubject
          ISubject whose event is not associated with any IEventData
 

Uses of ISubject in org.perfectjpattern.core.behavioral.observer
 

Classes in org.perfectjpattern.core.behavioral.observer that implement ISubject
 class AsynchronousSubject<E>
          Implementation of ISubject that notifies Observer instances from separate threads of execution.
 class ParameterlessSubject
          Convenience ISubject implementation for cases where the event has no IEventData associated
 class Subject<E>
          Base core implementation of ISubject interface.
 



Copyright © 2007-2009. All Rights Reserved.