Interface DialogFilter
package: net.jxta.myjxta.dialog
All Known Implementing Classes:
AbstractDialogFilter, AbstractDialogFilter
public interface DialogFilter
Version:
$Id: DialogFilter.java,v 1.1 2004/12/19 23:53:45 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
Method Summary
   Called if a new DialogMessage was received
 
public void
setValid(boolean valid)
   Set to true if this DialogFilter should process DialogMessages and false otherwise.
 
Method Detail
filter
public DialogMessage filter(DialogMessage msg)
Called if a new DialogMessage was received
Parameters:
msg the newly received DialogMessage object
Return:
the newly modified DialogMessage object.

setValid
public void setValid(boolean valid)
Set to true if this DialogFilter should process DialogMessages and false otherwise.
Parameters:
valid The value for determining whether or not this filter should process messages.