1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-14 21:35:03 -05:00
filebot/source/net/sourceforge/tuned/ui/notification/NotificationLayout.java

15 lines
232 B
Java
Raw Normal View History

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