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
Reinhard Pointner a8b3e13339 * cleanup
2009-05-16 16:27:11 +00:00

15 lines
232 B
Java

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