com.binaryfantasy.murq.event
Interface IContentListener

All Superinterfaces:
EventListener

public interface IContentListener
extends EventListener

A listening interface for receiving ContentEvents.

Author:
Bill Weiss

Method Summary
 void onContentEvent(ContentEvent event)
          Called when a ContentEvent is fired.
 

Method Detail

onContentEvent

void onContentEvent(ContentEvent event)
Called when a ContentEvent is fired.

Parameters:
event - the event to be handled.


Copyright (c) 2000-2006, BinaryFantasy.com