Package org.sakaiproject.util
Class SakaiComponentEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.sakaiproject.util.SakaiComponentEvent
-
- All Implemented Interfaces:
Serializable
public class SakaiComponentEvent extends org.springframework.context.ApplicationEventSakai specific events. Listening to these events means you have to bind to spring.- Author:
- buckett
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSakaiComponentEvent.Type
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SakaiComponentEvent(Object source, SakaiComponentEvent.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SakaiComponentEvent.TypegetType()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
SakaiComponentEvent
public SakaiComponentEvent(Object source, SakaiComponentEvent.Type type)
-
-
Method Detail
-
getType
public SakaiComponentEvent.Type getType()
-
-