9 lines
No EOL
197 B
Java
9 lines
No EOL
197 B
Java
package chat;
|
|
|
|
public class DisconnectNotification extends Notification {
|
|
DisconnectNotification (User in_author, Boolean in_redirected)
|
|
{
|
|
author = in_author;
|
|
redirected = in_redirected;
|
|
}
|
|
} |