namespace jive { public interface Notification { void notify(params NotificationMessage[] messages); } }