uk.ac.starlink.plastic
Interface PlasticApplication

All Superinterfaces:
PlasticListener
All Known Implementing Classes:
BasicApplication, PlasticMonitor

public interface PlasticApplication
extends PlasticListener

Defines the behaviour of a PLASTIC application. This interface is for use with the one-line registration methods found in PlasticUtils.

Since:
17 Feb 2006
Author:
Mark Taylor

Field Summary
 
Fields inherited from interface org.votech.plastic.PlasticListener
CURRENT_VERSION
 
Method Summary
 String getName()
          Returns the application generic name.
 URI[] getSupportedMessages()
          Returns the messages which the application will support.
 
Methods inherited from interface org.votech.plastic.PlasticListener
perform
 

Method Detail

getName

public String getName()
Returns the application generic name.

Returns:
name

getSupportedMessages

public URI[] getSupportedMessages()
Returns the messages which the application will support. An empty array means all messages.

Returns:
supported message IDs


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