|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ListenerEntry
Creates listener entries to listen for specific SNAC events.
Constructor Summary | |
ListenerEntry(int family,
int subtype)
Creates a new ListenerEntry. |
Method Summary | |
int |
getFamily()
Get the value of family. |
java.util.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(java.util.ArrayList listeners)
Set the value of listeners. |
void |
setSubtype(int subtype)
Set the value of subtype. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListenerEntry(int family, int subtype)
family
- the SNAC familysubtype
- the SNAC subtypeMethod Detail |
public 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 java.util.ArrayList getListeners()
public void setListeners(java.util.ArrayList listeners)
listeners
- Value to assign to listeners.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |