|
||||||||||
| 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.RelationshipDeleteEvent
public class RelationshipDeleteEvent
Event generated when a relationship or line between two people is deleted through user actions
| Field Summary | |
|---|---|
static int |
CHILD
Child relationship |
static int |
PARENTAL
Parental relationship |
Individual |
person1
The first person in the relationship being deleted |
Individual |
person2
The 2nd person in the relationship being deleted. |
int |
relType
The deleted relationship line. |
static int |
SIBLING
Sibling relationship |
static int |
SPOUSAL
Souse relationship |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RelationshipDeleteEvent(java.lang.Object src,
Individual a_ind1,
Individual a_ind2,
int ai_relationship_type)
|
|
| 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 static final int SPOUSAL
public static final int PARENTAL
public static final int CHILD
public static final int SIBLING
public final Individual person1
public final Individual person2
public final int relType
| Constructor Detail |
|---|
public RelationshipDeleteEvent(java.lang.Object src,
Individual a_ind1,
Individual a_ind2,
int ai_relationship_type)
src - a_ind1 - The first individual in the relationship being destroyed.a_ind2 - The 2nd inidvidual in the relationship being destroyed. For child and sibling lines, this value is null.ai_relationship_type - The relationship type represing the relationship of "a_ind2" to "a_ind2". It can be any one of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||