|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.wilko.jaim
Class JaimEvent

java.lang.Objectjava.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
- 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()
|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC