org.sape.carbon.core.component.event
Interface EventManager

All Known Implementing Classes:
DefaultManagementInterceptorImpl

public interface EventManager

This interface defines a capability for functional implementations and interceptors to send events.

Copyright 2003 Sapient

Since:
carbon 2.0
Version:
$Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:12 $)
Author:
Greg Hinkle, March 2003

Method Summary
 void sendEvent(ComponentEvent componentEvent)
          Sends the supplied event to any listeners who may be listening for events on the managed component.
 

Method Detail

sendEvent

public void sendEvent(ComponentEvent componentEvent)
Sends the supplied event to any listeners who may be listening for events on the managed component.

Parameters:
componentEvent - The event that occured on the component.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.