public class ListenerEntry extends Object
| Constructor and Description |
|---|
ListenerEntry(int family,
int subtype)
Creates a new ListenerEntry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFamily()
Get the value of family.
|
ArrayList |
getListeners()
Get the value of listeners.
|
int |
getSubtype()
Get the value of subtype.
|
void |
setFamily(int family)
Set the value of family.
|
void |
setListeners(ArrayList listeners)
Set the value of listeners.
|
void |
setSubtype(int subtype)
Set the value of subtype.
|
public ListenerEntry(int family,
int subtype)
family - the SNAC familysubtype - the SNAC subtypepublic int getFamily()
public void setFamily(int family)
family - Value to assign to family.public int getSubtype()
public void setSubtype(int subtype)
subtype - Value to assign to subtype.public ArrayList getListeners()
public void setListeners(ArrayList listeners)
listeners - Value to assign to listeners.