public class ConfigEvent extends EventObject
The GNU Lesser General Public License for details.
,
Serialized FormModifier and Type | Field and Description |
---|---|
private String |
key
The name of the choice
|
private Choice |
model
The Choice
|
private static long |
serialVersionUID
Serialization ID
|
source
Constructor and Description |
---|
ConfigEvent(Object source,
String key,
Choice model)
Constructs an ConfigEvent object.
|
Modifier and Type | Method and Description |
---|---|
Choice |
getChoice()
Returns the choice.
|
String |
getKey()
Returns the key.
|
Choice |
getPath()
Returns the choice.
|
private void |
readObject(ObjectInputStream is)
Serialization support.
|
getSource, toString
private String key
private transient Choice model
private static final long serialVersionUID
public String getKey()
public Choice getChoice()
public Choice getPath()
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
is
- the input streamIOException
- if an I/O error occurs.ClassNotFoundException
- if the class of a serialized object
could not be found.