MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / Mop

Class Mop

patterns/CleanTheFloor.java:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25class Mop implements Attachment {
26 @Override public void action() {
27 System.out.println("Mopping");
28 }
29}
30
31public class CleanTheFloor {
32 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected