org.tubo.event
Class BaseEventImpl

java.lang.Object
  extended by org.tubo.event.BaseEventImpl
All Implemented Interfaces:
Event

public class BaseEventImpl
extends java.lang.Object
implements Event

Created: Feb 12, 2007, 5:29:35 PM
Last Modification Date: $Date$

Version:
$Revision$
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseEventImpl()
           
 
Method Summary
 java.lang.String getAction()
           
 long getWhen()
           
 void setAction(java.lang.String action)
           
 void setWhen(long when)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseEventImpl

public BaseEventImpl()
Method Detail

getAction

public java.lang.String getAction()
Specified by:
getAction in interface Event

setAction

public void setAction(java.lang.String action)
Specified by:
setAction in interface Event

getWhen

public long getWhen()
Specified by:
getWhen in interface Event

setWhen

public void setWhen(long when)
Specified by:
setWhen in interface Event


Copyright © 2004-2007 Tubo. All Rights Reserved.