|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.client.ISharedObject.Change
public static final class ISharedObject.Change
Change - change event item.
| Field Summary | |
|---|---|
java.lang.String |
attribute
Changed data attribute. |
static int |
CHANGE
CHANGE - change. |
static int |
CLEAR
CLEAR - clear. |
int |
code
Change code (one of CONNECT, CLEAR,
CHANGE, STATUS constants). |
static int |
CONNECT
CONNECT - connect. |
java.lang.Object |
newValue
New value. |
java.lang.Object |
oldValue
Old value. |
static int |
STATUS
STATUS - status. |
| Constructor Summary | |
|---|---|
ISharedObject.Change(int code)
Constructor. |
|
ISharedObject.Change(int code,
java.lang.String attribute,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CONNECT
CONNECT - connect.
public static final int CLEAR
CLEAR - clear.
public static final int CHANGE
CHANGE - change.
public static final int STATUS
STATUS - status.
public final int code
CONNECT, CLEAR,
CHANGE, STATUS constants).
public final java.lang.String attribute
public final java.lang.Object oldValue
public final java.lang.Object newValue
| Constructor Detail |
|---|
public ISharedObject.Change(int code,
java.lang.String attribute,
java.lang.Object oldValue,
java.lang.Object newValue)
code - change code (one of CONNECT/CLEAR/CHANGE)attribute - data attributeoldValue - old valuenewValue - new valuepublic ISharedObject.Change(int code)
code - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||