public static final class ISharedObject.Change
extends java.lang.Object
Change - change event item.| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ISharedObject.Change(int code)
Constructor.
|
ISharedObject.Change(int code,
java.lang.String attribute,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
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
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 -