1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source/net/sourceforge/tuned/ui/notification/NotificationLayout.java

20 lines
267 B
Java

/*
* Created on 19.03.2005
*
*/
package net.sourceforge.tuned.ui.notification;
/**
* @author Reinhard
*
*/
public interface NotificationLayout {
public void add(NotificationWindow notification);
public void remove(NotificationWindow notification);
}