org.universAAL.ui.dm.userInteraction.messageManagement
Class MessageListener

Package class diagram package MessageListener
java.lang.Object
  extended by org.universAAL.ui.dm.userInteraction.messageManagement.MessageListener
All Implemented Interfaces:
ISubmitGroupListener

public class MessageListener
extends Object
implements ISubmitGroupListener

Build a Message Form and manage the response.

Author:
amedrano created: 26-sep-2012 13:03:50

Constructor Summary
MessageListener(UserDialogManager udm)
           
 
Method Summary
 void handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 Set<String> listDeclaredSubmitIds()
          List the SubmissionIDs implementations of this interface will handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageListener

public MessageListener(UserDialogManager udm)
Method Detail

listDeclaredSubmitIds

public Set<String> listDeclaredSubmitIds()
List the SubmissionIDs implementations of this interface will handle.

Specified by:
listDeclaredSubmitIds in interface ISubmitGroupListener
Returns:

handle

public void handle(UIResponse response)
Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().

Specified by:
handle in interface ISubmitGroupListener


Copyright © 2014 universAAL Consortium. All Rights Reserved.