br.shob.event
Class ShobEvent

java.lang.Object
  |
  +--br.shob.event.ShobEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StorageEvent

public class ShobEvent
extends Object
implements Serializable

Description of the Class

Since:
September 8, 2002
Author:
dukejeffrie
See Also:
Serialized Form

Constructor Summary
ShobEvent(Object source)
          Constructor for the ShobEvent object
 
Method Summary
 Object getSource()
          Gets the source attribute of the ShobEvent object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShobEvent

public ShobEvent(Object source)
Constructor for the ShobEvent object

Parameters:
source - the source paramater. null is allowed.
Method Detail

getSource

public Object getSource()
Gets the source attribute of the ShobEvent object

Returns:
The source value