|
|||||||||
| Home >> All >> [ VjConfig overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
VjConfig
Class ChunkDBEvent

java.lang.Objectjava.util.EventObject
VjConfig.ChunkDBEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ChunkDBEvent
- extends java.util.EventObject
| Field Summary | |
(package private) int |
action
|
static int |
INSERT
|
private ConfigChunk |
newchunk
|
private ConfigChunk |
oldchunk
|
static int |
REMOVE
|
static int |
REMOVEALL
|
static int |
REPLACE
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ChunkDBEvent(java.lang.Object _source,
int _action,
ConfigChunk _oldchunk,
ConfigChunk _newchunk)
|
|
| Method Summary | |
int |
getAction()
|
ConfigChunk |
getNewChunk()
|
ConfigChunk |
getOldChunk()
|
| 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 |
newchunk
private ConfigChunk newchunk
oldchunk
private ConfigChunk oldchunk
action
int action
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
REMOVEALL
public static final int REMOVEALL
- See Also:
- Constant Field Values
| Constructor Detail |
ChunkDBEvent
public ChunkDBEvent(java.lang.Object _source, int _action, ConfigChunk _oldchunk, ConfigChunk _newchunk)
| Method Detail |
getAction
public int getAction()
getOldChunk
public ConfigChunk getOldChunk()
getNewChunk
public ConfigChunk getNewChunk()
|
|||||||||
| Home >> All >> [ VjConfig overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC