1: /*
2: * Copyright 2001 Sun Microsystems, Inc. All rights reserved.
3: * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
4: */
5: package com.sun.portal.desktop.context;
6:
7: interface SessionEvent {
8: publicString getSessionID();
9: }