org.netbeans.lib.collab
Interface NotificationServiceListener


public interface NotificationServiceListener

The NotificationServiceListener Alert messages received are delivered through this listener.

Since:
version 0.1

Method Summary
 void onMessage(Message message)
          invoked when an alert is received Application should use the mehtods of received message to convey reception statuses and responses to the sender.
 

Method Detail

onMessage

public void onMessage(Message message)
invoked when an alert is received Application should use the mehtods of received message to convey reception statuses and responses to the sender.

Parameters:
message - received message