|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |