public class SideProofStoreEvent
extends java.util.EventObject
SideProofStore and observed via an ISideProofStoreListener.| Modifier and Type | Field and Description |
|---|---|
private SideProofStore.Entry[] |
entries
The added or removed
SideProofStore.Entrys. |
private static long |
serialVersionUID
Generated UID.
|
| Constructor and Description |
|---|
SideProofStoreEvent(SideProofStore source,
SideProofStore.Entry[] entries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SideProofStore.Entry[] |
getEntries()
Returns the added or removed
SideProofStore.Entrys. |
SideProofStore |
getSource() |
private static final long serialVersionUID
private final SideProofStore.Entry[] entries
SideProofStore.Entrys.public SideProofStoreEvent(SideProofStore source, SideProofStore.Entry[] entries)
source - The source.proof - The added or removed SideProofStore.Entrys.public SideProofStore.Entry[] getEntries()
SideProofStore.Entrys.SideProofStore.Entrys.public SideProofStore getSource()
getSource in class java.util.EventObject