org.wings.event
Class SExitEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.wings.event.SExitEvent
All Implemented Interfaces:
Serializable

public class SExitEvent
extends EventObject

Event object fired to SExitListener.

Author:
Armin Haaf
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SExitEvent(Session source)
          Constructs a exit event.
 
Method Summary
 Session getSourceSession()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SExitEvent

public SExitEvent(Session source)
Constructs a exit event.

Parameters:
source - Session is the source.
Method Detail

getSourceSession

public Session getSourceSession()


wingS Swings ;-)