org.sakaiproject.util
Class SakaiComponentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.sakaiproject.util.SakaiComponentEvent
All Implemented Interfaces:
Serializable

public class SakaiComponentEvent
extends org.springframework.context.ApplicationEvent

Sakai specific events. Listening to these events means you have to bind to spring.

Author:
buckett
See Also:
Serialized Form

Nested Class Summary
static class SakaiComponentEvent.Type
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SakaiComponentEvent(Object source, SakaiComponentEvent.Type type)
           
 
Method Summary
 SakaiComponentEvent.Type getType()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SakaiComponentEvent

public SakaiComponentEvent(Object source,
                           SakaiComponentEvent.Type type)
Method Detail

getType

public SakaiComponentEvent.Type getType()


Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.