|
||||||||||
| 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
public class ScriptSessionEvent
This is the class representing event notifications for changes to script sessions within a web application.
| Constructor Summary | |
|---|---|
ScriptSessionEvent(ScriptSession source)
Construct a session event from the given source. |
|
| Method Summary | |
|---|---|
ScriptSession |
getSession()
Return the session that changed. |
| 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 ScriptSessionEvent(ScriptSession source)
source - The ScriptSession that is being created/destroyed| Method Detail |
|---|
public ScriptSession getSession()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||