agentland.device.phone
Interface Phone
- All Superinterfaces:
- Agent, Good, GuiEnabled, Remote, Spy
- All Known Implementing Classes:
- PhoneAgent
- public interface Phone
- extends Good, GuiEnabled
Methods inherited from interface agentland.util.Spy |
tell |
cleanUpNumber
public String cleanUpNumber(String number)
throws RemoteException
makeACall
public void makeACall(String number)
throws RemoteException
hangUp
public void hangUp()
throws RemoteException
answer
public void answer()
throws RemoteException
getCallLog
public Vector getCallLog()
throws RemoteException
resetCallLog
public void resetCallLog()
throws RemoteException
getStatus
public int getStatus()
throws RemoteException
getStatusString
public String getStatusString()
throws RemoteException
sendCommand
public void sendCommand(String cmd)
throws RemoteException