|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Letter
ATLetter is the public interface to an AmbientTalk letter. The inbox of and actor consists of a set of objects that implement this interface.
Method Summary | |
---|---|
Object |
cancel()
Cancels the delivery of this letter. |
AsyncMessage |
message()
Returns the message that is contained in the letter and that should be delivered to the receiver. |
Object |
receiver()
Returns the receiver of the letter |
Methods inherited from interface edu.vub.at.objects.Object |
---|
super |
Method Detail |
---|
Object receiver()
AsyncMessage message()
AsyncMessage
denoting the messageObject cancel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |