org.eobjects.metamodel.util
Interface Action<E>
- Type Parameters:
E - the argument type of the action
- All Known Subinterfaces:
- UpdateScript
- All Known Implementing Classes:
- CreateTable, CreateTableColumnBuilder, DeleteFrom, DropTable, InsertInto, Update
public interface Action<E>
Represents an abstract action, which is an executable piece of functionality
that takes an argument. An Action has no return type, unlike a
Func.
- Author:
- Kasper Sørensen
|
Method Summary |
void |
run(E arg)
|
run
void run(E arg)
throws Exception
- Throws:
Exception
Copyright © 2007-2013. All Rights Reserved.