public class SIChangeType extends Object
SIChangeEvent,
SIElement| Modifier and Type | Field and Description |
|---|---|
static SIChangeType |
ADD
SIChangeType indicating that an SIElement
has been added. |
static SIChangeType |
MODIFY
SIChangeType indicating that an SIElement
has been modified. |
static SIChangeType |
REMOVE
SIChangeType indicating that an SIElement
has been removed. |
| Modifier | Constructor and Description |
|---|---|
protected |
SIChangeType(String name)
Creates an
SIChangeType object. |
public static final SIChangeType ADD
SIChangeType indicating that an SIElement
has been added.public static final SIChangeType REMOVE
SIChangeType indicating that an SIElement
has been removed.public static final SIChangeType MODIFY
SIChangeType indicating that an SIElement
has been modified.protected SIChangeType(String name)
SIChangeType object.name - The string name of this type (e.g. "ADD").Copyright © 2012 code4tv.com. All Rights Reserved.