OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PresenceState
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java
22
public enum
PresenceState
SubscribeForm.java
174
* Gets the {@link
PresenceState
} for which an entity wants to receive
179
public Iterator<
PresenceState
> getShowValues()
181
ArrayList<
PresenceState
> result = new ArrayList<
PresenceState
>(5);
187
result.add(
PresenceState
.valueOf(state));
193
* Sets the list of {@link
PresenceState
} for which an entity wants
198
public void setShowValues(Collection<
PresenceState
> stateValues)
202
for (
PresenceState
state : stateValues)
Completed in 35 milliseconds