|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.workflow.impl.EventImpl
public class EventImpl
Implementation of an event.
| Constructor Summary | |
|---|---|
protected |
EventImpl(java.lang.String eventName)
Creates a new instance of EventImpl |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object otherObject)
|
java.lang.String |
getName()
Get the name of this event. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string expression of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected EventImpl(java.lang.String eventName)
eventName - The event name.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object otherObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getName()
Event
getName in interface EventEvent.getName()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||