Interface PapSubject
- All Known Implementing Classes:
PapPublisher
public interface PapSubject
被观察者
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNextPapSubject
(PapSubject nextSubject) void
void
callNotify
(Object obj) void
-
Method Details
-
attach
-
addNextPapSubject
-
detach
-
callNotify
-