13 lines
220 B
Java
13 lines
220 B
Java
package pp.mdga.notification;
|
|
|
|
/**
|
|
* Notification that a dialog has been started
|
|
*/
|
|
public class StartDialogNotification extends Notification{
|
|
/**
|
|
* Constructor
|
|
*/
|
|
StartDialogNotification() {
|
|
}
|
|
}
|