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

Interface Observer

src/main/java/application/Observer.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package application;
2
3public interface Observer {
4 void update();
5}

Callers 1

notifyObserversMethod · 0.65

Implementers 1

SamlTabControllersrc/main/java/application/SamlTabContr

Calls

no outgoing calls

Tested by

no test coverage detected