|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--RealObject.ContentsMessager
A class that's used for sending identical messages to lots of objects, usually all those in a Room. It's never instantiated directly, but many of its nameless children are.
| Field Summary | |
protected java.lang.Object |
myObject
|
| Constructor Summary | |
(package private) |
RealObject.ContentsMessager(java.lang.Object argObject)
The constructor lets you pass in any object which will get remembered and be available to the message recipients. |
| Method Summary | |
(package private) void |
descendantMessage(RealObject content)
This is why we created this class in the first place, but it doesn't do anything! Well, the subclasses do. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.Object myObject
| Constructor Detail |
RealObject.ContentsMessager(java.lang.Object argObject)
argObject - anything you want to remember| Method Detail |
void descendantMessage(RealObject content)
content - The object which should handle the message.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||