public class InstallerEvent extends EventObject
The GNU Lesser General Public License for details.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private boolean |
added
Is this an addition event?
|
private Installer |
installer
The name of the changed Bible
|
private static long |
serialVersionUID
Serialization ID
|
source| Constructor and Description |
|---|
InstallerEvent(Object source,
Installer installer,
boolean added)
Basic constructor
|
| Modifier and Type | Method and Description |
|---|---|
Installer |
getInstaller()
Get the name of the changed Bible
|
boolean |
isAddition()
Is this an addition event?
|
private void |
readObject(ObjectInputStream is)
Serialization support.
|
getSource, toStringprivate boolean added
private transient Installer installer
private static final long serialVersionUID
public Installer getInstaller()
public boolean isAddition()
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
is - IOExceptionClassNotFoundException