org.apache.tapestry5.internal
Interface IOOperation


public interface IOOperation

This interface is similar to Runnable, except that the operation may throw an IOException.

Since:
5.3
See Also:
TapestryInternalUtils.performIO(org.apache.tapestry5.ioc.OperationTracker, String, IOOperation)

Method Summary
 void perform()
          Perform some work.
 

Method Detail

perform

void perform()
             throws IOException
Perform some work.

Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.