Implementing Listener Methods
Create the private class attributes and implement the following methods:
listenerStartup
waitForData
listenerShutdown
processNotificationResultsIn the example, the class created is SimpleListener. Create the private class attributes and implement the abstract methods to manage a FileReader object and variables to hold data read from the log.
The example also includes an implementation of processNotificationResults.