|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.events.RelationshipChangeEvent
public class RelationshipChangeEvent
Event generated when relationship changes occur between persons in a pedigree
| Field Summary | |
|---|---|
Individual |
ind
1St person in the spousal relationship |
boolean |
set
Propertyy representing whether or not the relationship is to be set or removed. |
Individual |
spouse
2nd person in the spousal relationship or the spouse |
SPOUSE_RELATIONSHIP_STATUS |
status
The old RelationshipStatus |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RelationshipChangeEvent(java.lang.Object src,
SPOUSE_RELATIONSHIP_STATUS status,
Individual ind,
Individual spouse,
boolean ab_set)
Create a new relationship event with information representing the change in status |
|
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final SPOUSE_RELATIONSHIP_STATUS status
public final Individual ind
public final Individual spouse
public final boolean set
| Constructor Detail |
|---|
public RelationshipChangeEvent(java.lang.Object src,
SPOUSE_RELATIONSHIP_STATUS status,
Individual ind,
Individual spouse,
boolean ab_set)
src - Source of eventstatus - The relationship status in question. It can be either removed or set depending on the value of param "ab_set"ind - 1st individual in relationshipspouse - 2nd individual in relationshipab_set - If true then the spouse relationship is set. Otherwise it will be unset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||