Package | Description |
---|---|
budrys.bca | |
budrys.social |
Modifier and Type | Method and Description |
---|---|
void |
ProfileActivity.fillProfileScreen(ProfileModel pm) |
Modifier and Type | Method and Description |
---|---|
ProfileModel |
FriendsModel.getFriend(java.lang.String key) |
ProfileModel |
ProfileService.getProfileModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ProfileModel> |
FriendsModel.enumFriends() |
Modifier and Type | Method and Description |
---|---|
void |
FriendsModel.addFriend(java.lang.String key,
ProfileModel pm) |
boolean |
FriendsModel.updateFriend(java.lang.String key,
ProfileModel pm) |
Constructor and Description |
---|
ProfileService(java.lang.Short myPort,
IfcTransportServer ts,
ProfileModel nModel,
FriendsModel friends,
IfcCallback onReceivePubMsg) |