previous chapter contents page top page next chapter


SentNoticeStamp

February 29, 1996

inherits from AnnouncementStamp;

Class Description

When the user receives a telecard that includes objects of unknown classes, Magic Cap replaces those objects with objects of class SentNoticeStamp. If the user touches an object of this class, an announcement appears explaining that an object of an unknown type was received.

Programming information

Instantiate: rarely
Subclass: rarely
Call its methods: never

You probably won't ever create an object or a subclass of class SentNoticeStamp. The information in this chapter is provided for debugging and curiosity only.

Methods defined by class SentNoticeStamp

Class SentNoticeStamp defines the following method:

Method Description
CanPlaceOnLockedCard Overridden to allow objects of this class on locked cards.

Fields defined by class SentNoticeStamp

Class SentNoticeStamp defines no fields.

Method Descriptions

CanPlaceOnLockedCard

overrides CanPlaceOnLockedcard

Call: rarely
Override: sometimes