com.wilko.jaim
Class JaimEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.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

See Also:
JaimConnection.addEventListener(com.wilko.jaim.JaimEventListener), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JaimEvent(java.lang.Object source, com.wilko.jaim.TocResponse tocResponse)
          Creates new JaimEvent
 
Method Summary
 com.wilko.jaim.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
 

Constructor Detail

JaimEvent

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

Method Detail

getTocResponse

public com.wilko.jaim.TocResponse getTocResponse()