Ignore:
Timestamp:
05/14/08 18:06:26 (16 years ago)
Author:
ra33
Message:

Refactored to centralise code for messages and stats displayed for the running of agents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/TreeProcessor.java

    r4 r45  
    44import java.util.Stack;
    55
     6import org.expeditee.gui.DisplayIO;
    67import org.expeditee.gui.Frame;
    78import org.expeditee.gui.FrameIO;
     
    1718        // the list of frames currently being processed
    1819        private Stack<FrameCounter> _frames = new Stack<FrameCounter>();
    19 
     20       
    2021        /**
    2122         * Processes the Frame by calling processItem() for each unlinked item
     
    8788                        }
    8889                }
    89 
     90               
    9091                return null;
    9192        }
Note: See TracChangeset for help on using the changeset viewer.