com.glaivestone.mv
Class BasicSessionControlPolicy

java.lang.Object
  |
  +--com.glaivestone.mv.WindowEventAdaptor
        |
        +--com.glaivestone.mv.BasicSessionControlPolicy
All Implemented Interfaces:
java.util.EventListener, SessionControlPolicy, WindowEventListener
Direct Known Subclasses:
MasterWindowSessionControlPolicy, MultipleWindowsSessionControlPolicy

public class BasicSessionControlPolicy
extends WindowEventAdaptor
implements SessionControlPolicy

A basic session control policy which does nothing.

An application which configures the UISessionManager with this policy must take responsibility for ensuring that its execution session is eventually terminated.

Author:
Deb Lewis

Field Summary
static SessionControlPolicy NOP_SESSION_CONTROL_POLICY
           
 
Constructor Summary
BasicSessionControlPolicy()
           
 
Methods inherited from class com.glaivestone.mv.WindowEventAdaptor
confirmWindowClose, windowClosed, windowClosing, windowOpened
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.glaivestone.mv.WindowEventListener
confirmWindowClose, windowClosed, windowClosing, windowOpened
 

Field Detail

NOP_SESSION_CONTROL_POLICY

public static final SessionControlPolicy NOP_SESSION_CONTROL_POLICY
Constructor Detail

BasicSessionControlPolicy

public BasicSessionControlPolicy()

GFL 1.1 API