refresh(locator);
}
if(obj instanceof PsmlMessage)
{
PsmlMessage psmlMsg = (PsmlMessage)obj;
String user = psmlMsg.getUser();
String role = psmlMsg.getRole();
String group = psmlMsg.getGroup();
String action = psmlMsg.getAction();
if(user != null || role != null || group != null)
{
if(PsmlMessage.REMOVE_ACTION.equals(action))
{