|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.directwebremoting.event.ScriptSessionEvent
org.directwebremoting.event.ScriptSessionBindingEvent
public class ScriptSessionBindingEvent
Events of this type are either sent to an object that implements
ScriptSessionBindingListener when it is bound or unbound from a
session that has been configured in the deployment descriptor when any
attribute is bound, unbound or replaced in a session.
The session binds the object by a call to
ScriptSession.setAttribute and unbinds the object
by a call to ScriptSession.removeAttribute.
ScriptSession,
ScriptSessionBindingListener,
Serialized Form| Constructor Summary | |
|---|---|
ScriptSessionBindingEvent(ScriptSession session,
java.lang.String name)
Constructs an event that notifies an object that it has been bound to or unbound from a session. |
|
ScriptSessionBindingEvent(ScriptSession session,
java.lang.String name,
java.lang.Object value)
Constructs an event that notifies an object that it has been bound to or unbound from a session. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name with which the attribute is bound to or unbound from the session. |
java.lang.Object |
getValue()
Returns the value of the attribute that has been added, removed or replaced. |
| Methods inherited from class org.directwebremoting.event.ScriptSessionEvent |
|---|
getSession |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptSessionBindingEvent(ScriptSession session,
java.lang.String name)
ScriptSessionBindingListener.
session - the session to which the object is bound or unboundname - the name with which the object is bound or unboundgetName(),
ScriptSessionEvent.getSession()
public ScriptSessionBindingEvent(ScriptSession session,
java.lang.String name,
java.lang.Object value)
ScriptSessionBindingListener.
session - the session to which the object is bound or unboundname - the name with which the object is bound or unboundgetName(),
ScriptSessionEvent.getSession()| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Object getValue()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||