edu.ucla.belief.io
Interface NetworkIO.BeliefNetworkIOListener

Enclosing class:
NetworkIO

public static interface NetworkIO.BeliefNetworkIOListener

Since:
20020521
Author:
keith cascio

Method Summary
 ThreadGroup getThreadGroup()
           
 void handleBeliefNetworkIOError(String msg)
           
 void handleCancelation()
           
 void handleNewBeliefNetwork(BeliefNetwork bn, File f)
           
 void handleProgress(ProgressMonitorable readTask, Estimate estimate)
           
 void handleSyntaxErrors(String[] errors, FileType filetype)
           
 

Method Detail

handleNewBeliefNetwork

void handleNewBeliefNetwork(BeliefNetwork bn,
                            File f)

handleBeliefNetworkIOError

void handleBeliefNetworkIOError(String msg)

handleProgress

void handleProgress(ProgressMonitorable readTask,
                    Estimate estimate)

handleCancelation

void handleCancelation()

handleSyntaxErrors

void handleSyntaxErrors(String[] errors,
                        FileType filetype)

getThreadGroup

ThreadGroup getThreadGroup()


Copyright 2010 UCLA Automated Reasoning Group