|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message<O>
Interface defining a reified message to send to an object.
| Method Summary | |
|---|---|
java.lang.Object |
call(O o)
Call a method on o, returning the return values. |
void |
send(O o)
Send a message to o, ignore any return values. |
| Method Detail |
|---|
void send(O o)
o - Object to receive the message.java.lang.Object call(O o)
o - Object to receive the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||