IAgent Base ----------- These are the base classes which define a common programming interface and behaviou for other agents. This is not an application or an applet but still need to be compiled using javac IAgent.java to produce the three base class files, resulting with: IAgent.class IAgentEvent.java IAgentEventListener.java IAgentEventListener.class IAgentEvent.class IAgent.java These classes will be used to provide the necessary support required by other IA development scenarios. Note: This code was tested using JDK1.1.8 which can be downloaded and installed from the site: http://staff.um.edu.mt/mmon1/lectures/java ----------------------------------------- MM2000