|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.wildcat.event.WEvent
public class WEvent
Event without arguments.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ow2.wildcat.event.WEventInterface |
|---|
WEventInterface.Scope |
| Field Summary | |
|---|---|
protected Path |
source
The source of the Event. |
| Constructor Summary | |
|---|---|
WEvent(Path source)
Construct a new global event. |
|
WEvent(Path source,
WEventInterface.Scope scope)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
WEventInterface.Scope |
getScope()
|
java.lang.String |
getSource()
Getter. |
void |
setScope(WEventInterface.Scope scope)
Set the scope of the event. |
void |
setSource(Path path)
Setter. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Path source
| Constructor Detail |
|---|
public WEvent(Path source,
WEventInterface.Scope scope)
source - origin of the eventscope - scope of the eventpublic WEvent(Path source)
source - origin of the event| Method Detail |
|---|
public java.lang.String getSource()
WEventInterface
getSource in interface WEventInterfacepublic WEventInterface.Scope getScope()
getScope in interface WEventInterfacepublic void setScope(WEventInterface.Scope scope)
scope - the scope of the eventpublic void setSource(Path path)
path - origin of the eventpublic java.lang.String toString()
toString in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||