|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.sourceforge.basher.events.BasherEvent
public abstract class BasherEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
BasherEvent()
|
|
BasherEvent(java.lang.Object source)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
long |
getCreationTime()
Retrieves the creation time of this event instance. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasherEvent()
public BasherEvent(java.lang.Object source)
source - The object on which the Event initially occurred.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
public long getCreationTime()
public java.lang.String toString()
toString in class java.util.EventObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||