Class GIT.GVU.IMAP.Tests.Notify
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GIT.GVU.IMAP.Tests.Notify

java.lang.Object
   |
   +----GIT.GVU.IMAP.Tests.Notify

public class Notify
extends Object
implements AsynchronousAction
This is a little demo class to show you how to implement callbacks.

Constructor Index

 o Notify()

Method Index

 o run(String, Object)
This is the function that gets called when AsynchronousAction objects end up getting used.

Constructors

 o Notify
  public Notify()

Methods

 o run
  public void run(String msg,
                  Object o)
This is the function that gets called when AsynchronousAction objects end up getting used. Note that we use the same object for all of the actions, but you can make different classes if you want.
Parameters:
String - msg String which is what message we just got
Object - o parameter specific to the type of message

All Packages  Class Hierarchy  This Package  Previous  Next  Index