main
1namespace jive
2{
3  public interface Notification
4  {
5    void notify(params NotificationMessage[] messages);
6  }
7}