net.mlw.gfw.ext.basic.event
Class SitEvent

java.lang.Object
  |
  +--net.mlw.gfw.ext.basic.event.SitEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class SitEvent
extends java.lang.Object
implements Event

Version:
$Revision: 1.2 $ $Date: 2004/06/29 20:32:56 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
SitEvent(java.lang.String name, int location)
           
 
Method Summary
 int getLocation()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitEvent

public SitEvent(java.lang.String name,
                int location)
Parameters:
name -
location -
Method Detail

getLocation

public int getLocation()
Returns:
Returns the location.

getUserName

public java.lang.String getUserName()
Returns:
Returns the name.


Copyright © 2003-2004 mlavilson. All Rights Reserved.