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

Quick Search    Search Deep

com.wilko.jaim
Class JaimEvent  view JaimEvent download JaimEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.wilko.jaim.JaimEvent
All Implemented Interfaces:
java.io.Serializable

public class JaimEvent
extends java.util.EventObject

The JaimEvent object is delivered to all registered JaimEventListener

Version:
$revision: $

Field Summary
private  TocResponse tocResponse
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JaimEvent(java.lang.Object source, TocResponse tocResponse)
          Creates new JaimEvent
 
Method Summary
 TocResponse getTocResponse()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tocResponse

private TocResponse tocResponse
Constructor Detail

JaimEvent

public JaimEvent(java.lang.Object source,
                 TocResponse tocResponse)
Creates new JaimEvent

Method Detail

getTocResponse

public TocResponse getTocResponse()