Interface INotificationReceiver
-
- All Known Implementing Classes:
DeafNotificationReceiver
public interface INotificationReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(IMessage message)
-
-
-
Method Detail
-
receive
void receive(IMessage message) throws NotificationException
- Throws:
NotificationException
-
-