Adding contacts technical aspects

* Contact SearchResult from server is now getting processed and
correctly displayed.
* Sending a AddContact event to server, if button is pressed.
* Added several interface objects
This commit is contained in:
DieGurke
2020-02-09 16:26:36 +01:00
parent 90409c1d90
commit e8062be346
6 changed files with 166 additions and 17 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId>
<version>develop-SNAPSHOT</version>
<version>f~contacts-SNAPSHOT</version>
</dependency>
</dependencies>