net.hivecell.hive.agent.desktop
Interface AudioClipAgent

All Known Implementing Classes:
AudioClipAgentImpl

public interface AudioClipAgent
extends java.rmi.Remote


Method Summary
 java.lang.String getAudioURL()
          Get the value of audioURL.
 void setAudioURL(java.lang.String v)
          Set the value of audioURL.
 

Method Detail

getAudioURL

public java.lang.String getAudioURL()
                             throws java.rmi.RemoteException
Get the value of audioURL.
Returns:
Value of audioURL.

setAudioURL

public void setAudioURL(java.lang.String v)
                 throws java.rmi.RemoteException
Set the value of audioURL.
Parameters:
v - Value to assign to audioURL.