edu.UCL.xmiddle.framework.lib
Interface HostListener

All Known Subinterfaces:
LocalHost
All Known Implementing Classes:
ReconciliationHandler, SimpleLocalHost

public interface HostListener

HostListener.java Each object that needs to be notified by the xmiddle Manager when a specific host is in reach or out of reach, must implement this interface Created: Fri Jul 20 16:04:31 2001


Method Summary
 void hostInReach(Host host)
          The given host has come in reach
 void hostOutOfReach(Host host)
          The given host is now out of reach
 

Method Detail

hostInReach

public void hostInReach(Host host)
The given host has come in reach

Parameters:
host - a Host value

hostOutOfReach

public void hostOutOfReach(Host host)
The given host is now out of reach

Parameters:
host - a Host value