public class RemoteMessageService extends Object
Constructor and Description |
---|
RemoteMessageService() |
Modifier and Type | Method and Description |
---|---|
void |
addI18nMessage(int type,
String message) |
void |
addMessage(int level,
int type,
String message) |
static RemoteMessageService |
getInstance(GlobalContext globalContext) |
Collection<RemoteMessage> |
getMessages(String clientId) |
public static RemoteMessageService getInstance(GlobalContext globalContext)
public Collection<RemoteMessage> getMessages(String clientId)
public void addMessage(int level, int type, String message)
public void addI18nMessage(int type, String message)
Copyright © 2012-2018. All Rights Reserved.