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.


Method Index

 o fileCorrupted(IniFileEvent)
It is invoked if the ini file is corrupted.
 o fileNotFound(IniFileEvent)
It is invoked if the ini file is not found.

Methods

 o fileCorrupted
 public abstract void fileCorrupted(IniFileEvent ev)
It is invoked if the ini file is corrupted.

Parameters:
ev - com.ibm.weatherstation.event.IniFileEvent
 o 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