package bluej.groupwork;


| An interface for receiving log/history information | | @author Davin McCall | public interface LogHistoryListener {
| Some log/history information is available, during execution of a log command. | public void logInfoAvailable(HistoryInfo logInfo); }
top, use, map, interface LogHistoryListener

.   logInfoAvailable




7 neLoCode + 3 LoComm