com.aptana.ide.documentation.samples
Class AjaxSamplesPreviewHandler

java.lang.Object
  extended by com.aptana.ide.documentation.samples.AjaxSamplesPreviewHandler
All Implemented Interfaces:
IPreviewHandler

public class AjaxSamplesPreviewHandler
extends java.lang.Object
implements IPreviewHandler

Author:
Kevin Sawicki (ksawicki@aptana.com)

Constructor Summary
AjaxSamplesPreviewHandler()
           
 
Method Summary
 void previewRequested(SamplesEntry entry)
          Preview request for a sample
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxSamplesPreviewHandler

public AjaxSamplesPreviewHandler()
Method Detail

previewRequested

public void previewRequested(SamplesEntry entry)
Description copied from interface: IPreviewHandler
Preview request for a sample

Specified by:
previewRequested in interface IPreviewHandler
Parameters:
entry - - root samples entry
See Also:
IPreviewHandler.previewRequested(com.aptana.ide.samples.model.SamplesEntry)