info.magnolia.messages.app
Interface MessagesView.Listener

All Superinterfaces:
SubApp
All Known Implementing Classes:
MessagesMainSubApp
Enclosing interface:
MessagesView

public static interface MessagesView.Listener
extends SubApp

Listener interface for MessagesView.


Method Summary
 void handleGlobalMessage(MessageType type, String subject, String message)
           
 void handleGroupMessage(String groupName, MessageType type, String subject, String message)
           
 void handleLocalMessage(MessageType type, String subject, String message)
           
 void handleUserMessage(String user, MessageType type, String subject, String message)
           
 void showConfirmationMessage(String message)
           
 
Methods inherited from interface info.magnolia.ui.api.app.SubApp
getCaption, getSubAppId, getView, isCloseable, locationChanged, start, stop, supportsLocation
 

Method Detail

handleUserMessage

void handleUserMessage(String user,
                       MessageType type,
                       String subject,
                       String message)

handleGroupMessage

void handleGroupMessage(String groupName,
                        MessageType type,
                        String subject,
                        String message)

handleLocalMessage

void handleLocalMessage(MessageType type,
                        String subject,
                        String message)

handleGlobalMessage

void handleGlobalMessage(MessageType type,
                         String subject,
                         String message)

showConfirmationMessage

void showConfirmationMessage(String message)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.