|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.StartNotify
public class StartNotify
This class represents the start-notify action,
requesting to start a continuous notification of some events via ACL
messages.
| Constructor Summary | |
|---|---|
StartNotify()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addEvents(java.lang.String evName)
Add an event name to the events slot collection of
this object. |
Iterator |
getAllEvents()
Remove all event names from the events slot
collection of this object. |
AID |
getObserved()
Retrieve the value of the observed slot of this
event, containing the agent identifier of the agent whose
events will be notified from now on. |
void |
setObserved(AID id)
Set the observed slot of this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartNotify()
| Method Detail |
|---|
public void setObserved(AID id)
observed slot of this action.
id - The agent identifier of the agent whose events will
be notified from now on.public AID getObserved()
observed slot of this
event, containing the agent identifier of the agent whose
events will be notified from now on.
observed slot, or
null if no value was set.public void addEvents(java.lang.String evName)
events slot collection of
this object.
evName - The event name to add to the collection.public Iterator getAllEvents()
events slot
collection of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||