gshute.util
Interface Reporter


public abstract interface Reporter

A Reporter is a strategy for reporting events such as adds and removes in a ListDispenser.


Method Summary
 void report(java.lang.Object o)
          rep.report(o) issues a report for o.
 

Method Detail

report

public void report(java.lang.Object o)
rep.report(o) issues a report for o.