com.primix.tapestry
Interface IDirect

All Superinterfaces:
IComponent, IRender
All Known Implementing Classes:
Form, ShowTemplate, ShowInspector, Direct

public interface IDirect
extends IComponent

Interface that defines classes that may be messaged by the direct service.

Version:
$Id: IDirect.java,v 1.5 2001/05/25 21:47:51 hship Exp $
Author:
Howard Ship

Method Summary
 void trigger(IRequestCycle cycle, java.lang.String[] context)
          Invoked by the direct service to have the component peform the appropriate action.
 
Methods inherited from interface com.primix.tapestry.IComponent
addAsset, addComponent, addWrapped, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getPage, getSpecification, renderWrapped, setBinding, setContainer, setId, setPage, setSpecification
 
Methods inherited from interface com.primix.tapestry.IRender
render
 

Method Detail

trigger

public void trigger(IRequestCycle cycle,
                    java.lang.String[] context)
             throws RequestCycleException
Invoked by the direct service to have the component peform the appropriate action. The Direct component will notify its listener.