org.votech.plastic
Interface PlasticListener


public interface PlasticListener

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

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

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

Field Detail

CURRENT_VERSION

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

See Also:
Constant Field Values
Method Detail

perform

java.lang.Object perform(java.net.URI sender,
                         java.net.URI message,
                         java.util.List<java.lang.Object> 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 © 2005-2006 VOTech. All Rights Reserved.