jade.domain.introspection
Class StopNotify

java.lang.Object
  |
  +--jade.domain.introspection.StopNotify

public class StopNotify
extends java.lang.Object
implements AgentAction

This class represents the 'stop-notify' action, requesting to end a continuous notification of some events via ACL messages.

Version:
$Date: 2002/08/28 09:32:49 $ $Revision: 1.4 $
Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
StopNotify()
           
 
Method Summary
 void addEvents(java.lang.String evName)
           
 Iterator getAllEvents()
           
 AID getObserved()
           
 void setObserved(AID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopNotify

public StopNotify()
Method Detail

setObserved

public void setObserved(AID id)

getObserved

public AID getObserved()

addEvents

public void addEvents(java.lang.String evName)

getAllEvents

public Iterator getAllEvents()