Interface INotificationServerChannel
-
- All Known Implementing Classes:
AbstractListener
,POPUPListener
,REMOVEListener
,SERVERListener
,SILVERMAILListener
,SMTPListener
public interface INotificationServerChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(NotificationData p_Message)
Method declaration
-
-
-
Method Detail
-
send
void send(NotificationData p_Message) throws NotificationServerException
Method declaration- Parameters:
p_Message
-- Throws:
NotificationServerException
-
-