com.ephox.editlive.common
Interface EventListener


public interface EventListener

The EventListener interface is used in conjunction with TextEvents and EditLive!


Method Summary
 void raiseEvent(TextEvent event)
          Method used to listen for events raised by EditLive!
 

Method Detail

raiseEvent

public void raiseEvent(TextEvent event)
Method used to listen for events raised by EditLive!

Parameters:
event - TextEvent to be parsed.

Copyright (c) 2005-2007 Ephox Pty Ltd. All rights reserved.