com.binaryfantasy.murq.event
Interface ISourceListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ContentDirectory

public interface ISourceListener
extends EventListener

A listening interface for receiving SourceEvents.

Author:
Bill Weiss

Method Summary
 void onSourceEvent(SourceEvent event)
          Called when a SourceEvent is fired.
 

Method Detail

onSourceEvent

void onSourceEvent(SourceEvent event)
Called when a SourceEvent is fired.

Parameters:
event - the event to be handled.


Copyright (c) 2000-2006, BinaryFantasy.com