All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.weatherstation.event.IniFileListener
- public interface IniFileListener
- extends EventListener
The listener interface for receiving iniFile events.
-
fileCorrupted(IniFileEvent)
- It is invoked if the ini file is corrupted.
-
fileNotFound(IniFileEvent)
- It is invoked if the ini file is not found.
fileCorrupted
public abstract void fileCorrupted(IniFileEvent ev)
- It is invoked if the ini file is corrupted.
- Parameters:
- ev - com.ibm.weatherstation.event.IniFileEvent
fileNotFound
public abstract void fileNotFound(IniFileEvent ev)
- It is invoked if the ini file is not found.
- Parameters:
- ev - com.ibm.weatherstation.event.IniFileEvent
All Packages Class Hierarchy This Package Previous Next Index