|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common.event
Class WriteEvent

java.lang.Objectjava.util.EventObject
org.enhydra.kelp.common.event.WriteEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class WriteEvent
- extends java.util.EventObject
Class declaration
| Field Summary | |
static int |
CLEAR
|
static int |
ERROR
|
static int |
OUTPUT
|
private java.lang.String |
string
|
private int |
type
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
WriteEvent(java.lang.Object source,
int t,
java.lang.String s)
Constructor declaration |
|
| Method Summary | |
java.lang.String |
getString()
Method declaration |
int |
getType()
Method declaration |
| 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 |
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
type
private int type
string
private java.lang.String string
| Constructor Detail |
WriteEvent
public WriteEvent(java.lang.Object source, int t, java.lang.String s)
- Constructor declaration
| Method Detail |
getString
public java.lang.String getString()
- Method declaration
getType
public int getType()
- Method declaration
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC