com.sap.ip.me.api.services.systemnews
Interface NewsListener


public interface NewsListener

Listener for System News

Author:
SAP

Method Summary
 java.lang.String name()
          Identification of the listener
 boolean newMessages(News news)
          This message will be called when new System Messages arrive
 

Method Detail

newMessages

public boolean newMessages(News news)
This message will be called when new System Messages arrive

Parameters:
news - Reference to the News object
Returns:
returns true, if listener handles incoming messages; thus, an AWT window will not be displayed

name

public java.lang.String name()
Identification of the listener

Returns:
returns an identifying name for this listener


Copyright © 2005 SAP AG. All Rights Reserved.