invalidateIfNeeded();
Object value = attributes.remove(name);
if (value != null && value instanceof ScriptSessionBindingListener)
{
ScriptSessionBindingListener listener = (ScriptSessionBindingListener) value;
listener.valueUnbound(new ScriptSessionBindingEvent(this, name));
}
}
/* (non-Javadoc)
* @see org.directwebremoting.ScriptSession#getAttributeNames()