Package jsl.observers.textfile
Class IPLogReport
- java.lang.Object
-
- jsl.observers.textfile.IPLogReport
-
- All Implemented Interfaces:
ObserverIfc
public class IPLogReport extends java.lang.Object implements ObserverIfc
-
-
Constructor Summary
Constructors Constructor Description IPLogReport(java.nio.file.Path pathToFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(java.lang.Object observable, java.lang.Object obj)This method is called when the observable needs observing
-
-
-
Method Detail
-
update
public void update(java.lang.Object observable, java.lang.Object obj)Description copied from interface:ObserverIfcThis method is called when the observable needs observing- Specified by:
updatein interfaceObserverIfc- Parameters:
observable- the thing observedobj- an object of info
-
-