org.votech.plastic
Interface PlasticListener

All Known Subinterfaces:
PlasticApplication
All Known Implementing Classes:
BasicApplication, HubManager, PlasticMonitor

public interface PlasticListener

The interface that java-rmi Plastic-compatible applications should support.

Since:
1.3
Version:
0.2
Author:
jdt@roe.ac.uk
See Also:
http://plastic.sourceforge.net

Field Summary
static String CURRENT_VERSION
          The current version of Plastic defined by this interface.
 
Method Summary
 Object perform(URI sender, URI message, List args)
          Request that the application perform an action based on a message.
 

Field Detail

CURRENT_VERSION

public static final String CURRENT_VERSION
The current version of Plastic defined by this interface.

See Also:
Constant Field Values
Method Detail

perform

public Object perform(URI sender,
                      URI message,
                      List args)
Request that the application perform an action based on a message.

Parameters:
sender - the ID of the originating application.
message - the URI representing the action.
args - any arguments to pass.
Returns:
any return value of the action.
See Also:
http://plastic.sourceforge.net


Copyright © 2006 \\ CLRC: Central Laboratory of the Research Councils. All Rights Reserved.