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 UserEvent {
8: publicString getUserID();
9: }