com.levelonelabs.aim.example
Class EchoExample

java.lang.Object
  extended bycom.levelonelabs.aim.example.EchoExample

public class EchoExample
extends java.lang.Object

Example of the simplicity of the new aim code

Author:
Scott Oster

Constructor Summary
EchoExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the EchoExample class Starts up a aimclient and signs it on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoExample

public EchoExample()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the EchoExample class Starts up a aimclient and signs it on. Then registers a listener that gets called when someone messages the bot. It simply echos back what they said.

Parameters:
args - username password


Copyright © 2001-2005 Java AIM Bot. All Rights Reserved.