package mit.rmi.event ;

public interface HostRaiser
extends mit.util.event.TextRaiser
{
	String getHost() ;
	void setHost( String host ) ;
}