org.davesag.generica.controller
Interface TargetActor
- All Superinterfaces:
- ActionController, Controller
- public interface TargetActor
- extends ActionController
An implementation of the TargetActor interface must be able to
identify an object, or set of objects based on the target string supplied
and should do something with that information. It is deliberately very
genereric.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: TargetActor.java,v 1.2 2004/03/30 10:12:56 norm Exp $
- Author:
- Dave Sag
http://www.davesag.com
- See Also:
TargetAction
|
Method Summary |
void |
actOn(String key)
Perform some action using the key string provided. |
actOn
public void actOn(String key)
throws Exception
- Perform some action using the key string provided.
- Parameters:
key - A unique identifier for the the object to act upon.
- Throws:
Exception - if something went wrong.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.