RMI callback for manage the invitations
This commit is contained in:
parent
cedaf8f009
commit
c54393c2b9
43 changed files with 2060 additions and 556 deletions
15
Commons/src/interfaces/INotificationClient.java
Normal file
15
Commons/src/interfaces/INotificationClient.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package interfaces;
|
||||
|
||||
import models.Response;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.rmi.Remote;
|
||||
import java.rmi.RemoteException;
|
||||
|
||||
/**
|
||||
* Created by loke on 19/06/2017.
|
||||
*/
|
||||
public interface INotificationClient extends Remote{
|
||||
|
||||
Response sendInvite(String userName, DefaultListModel<String> users) throws RemoteException;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue