MCPcopy Index your code
hub / github.com/CompassSecurity/SAMLRaider / Observable

Interface Observable

src/main/java/application/Observable.java:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package application;
2
3public interface Observable {
4 void addObserver(Observer observer);
5 void notifyObservers();
6}

Callers 1

SamlTabControllerMethod · 0.65

Implementers 1

CertificateTabControllersrc/main/java/application/CertificateT

Calls

no outgoing calls

Tested by

no test coverage detected