sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 53085 - http://anonsvn.icesoft.org/repo / icenotify / trunk / icenotify / cloud / src / main / java / org / icesoft / notify / cloud / core / NotificationConsumer.java |
Show File - NotificationConsumer.java [show properties] |
1 | package org.icesoft.notify.cloud.core; |
2 | |
3 | public interface NotificationConsumer |
4 | extends Runnable { |
5 | void consume(NotificationData notificationData); |
6 | |
7 | boolean isRunning(); |
8 | |
9 | void stop(); |
10 | } |
sventon 2.5.1