uk.org.ogsadai.activity.extension
Interface EventfulActivity


public interface EventfulActivity

Initialisation interface for activities that dispatch their own specific events.

Author:
The OGSA-DAI Project Team

Method Summary
 void setActivityListener(EventfulActivityListener listener)
          Sets the event listener which will listen to any events generated by the activity.
 

Method Detail

setActivityListener

void setActivityListener(EventfulActivityListener listener)
Sets the event listener which will listen to any events generated by the activity. This method will be invoked by the activity framework prior to activity processing.

Parameters:
listener - listener to receive any events