org.ow2.wildcat.event
Interface WEventInterface
- All Superinterfaces:
- java.lang.Cloneable, java.io.Serializable
- All Known Implementing Classes:
- WAttributeEvent, WEvent, WHierarchyEvent
public interface WEventInterface
- extends java.io.Serializable, java.lang.Cloneable
Common interface that every Wildcat related event must implement.
getSource
java.lang.String getSource()
- Getter.
- Returns:
- the location at which the event has been fired
getScope
WEventInterface.Scope getScope()
- Returns:
- the scope of the event
Copyright © 2009 OW2 Consortium. All Rights Reserved.