Flex4下的pureMvc,该如何处理

Flex4下的pureMvc请问在Flex4下的puremvc的public function startup(app:Object):void{sendNotification(

Flex4下的pureMvc
请问在Flex4下的puremvc的
public function startup(app:Object):void{
sendNotification( STARTUP, app );
}
怎么就说sendNotification可能未定义呢?

[解决办法]
是不是要继承自puremvc的类,才能访问到sendNotification函数,你做继承了吗?