Uses of Interface
cn.net.pap.common.datastructure.observer.PapSubject
Package
Description
-
Uses of PapSubject in cn.net.pap.common.datastructure.observer
Modifier and TypeMethodDescriptionvoid
PapPublisher.addNextPapSubject
(PapSubject nextSubject) 下一个观察者列表,可以实现类似自动走流程.void
PapSubject.addNextPapSubject
(PapSubject nextSubject) -
Uses of PapSubject in cn.net.pap.common.datastructure.observer.event.constant
Modifier and TypeFieldDescriptionstatic final Map<String,
PapSubject> EventSubjectConstants.eventSubjectMap
维护的一系列观察者: 1->2->3 1->2->4 1->2->5 1->2->6->7 1->2->8->9 1->2->8->0static final Map<String,
PapSubject> EventSubjectConstants.eventSubjectMap2
维护一系列观察者, 通过观察只需要对外暴露根上的 event1, 其他的观察者之间通过 addNextPapSubject 进行传递.