|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ListenerEntry
public class 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. |
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. |
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 ArrayList getListeners()
public void setListeners(ArrayList listeners)
listeners
- Value to assign to listeners.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |