Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.wilko.jaim: Javadoc index of package com.wilko.jaim.


Package Samples:

com.wilko.jaim
com.wilko.jaimtest

Classes:

JaimConnection: The JaimConnection object is the primary interface into the Jaim library. Programs should instantiate a JaimConnection (in most cases the simple constructor should be used). Once JaimConnection has been instantiated, call connect() 55 followed by logIn(java.lang.String, java.lang.String, int) 55 .
ConfigTocResponse: A ConfigTocResponse contains the config message received from the toc server. This response is handled by the JaimConnection class, but may also be used by client programs. Once this event has been received, information returned from JaimConnection.getGroups() 55 is valid
JaimEventListener: A JaimEventListener receives JaimEvents from the JaimConnection class. A JaimEvent contains a TocResponse object.
SignOnTocResponse: The SignOnTocResponse is used internally to manage the TOC signon process. It is not delivered to clients of JaimConnection
NickTocResponse: The NicTocResponse is used internally to manage the TOC signon process. It is not delivered to clients of JaimConnection
BuddyUpdateTocResponse: A BuddyUpdateTocResponse is delivered to a JaimEventListener when a buddy update is received from the TOC server
ErrorTocResponse: This TOC response is sent to a JaimEventListener when an error message is received from the TOC server
EvilTocResponse: An EvilTocResponse is delivered to a JaimEventListener when the signed on buddy is "eviled" or warned
GenericTocResponse: A GenericTocResponse is used internally in the Response parsing and processing logic of JaimConnection
GotoTocResponse: This response is delivered to a JaimEventListener when a GOTO response is received from TOC
IMTocResponse: This response is delivered to a JaimEventListener when an instant message is received
JaimEvent: The JaimEvent object is delivered to all registered JaimEventListener
LoginCompleteTocResponse: This is a "pseudo" TOC response - it is delivered to JaimLib clients to indicate that login processing has been completed successfully.
ConnectionLostTocResponse: This is a "pseudo" TOC response - it is delivered to JaimLib clients to indicate that the connection to the server has been lost.
Buddy: This is a buddy object that holds the buddy's name and other information about a buddy.
Group: This is a logical user group. It holds a set of users.
TocResponseFactory
TocSetAwayCommand
TocIMCommand
TocSetIdleCommand
Utils
JaimException
FLAPSignonFrame

Home | Contact Us | Privacy Policy | Terms of Service