MShowCollectionAction action = ( MShowCollectionAction )source;
onShowCollections( action );
}
else if( eventName.indexOf( event_mj_all_collection_stats + "_end" ) == 0 )
{
MShowAllCollectionStatsAction action = ( MShowAllCollectionStatsAction )source;
onShowAllCollectionStats( action );
}
else if( eventName.indexOf( event_use + "_end" ) == 0 )
{
MUseAction action = ( MUseAction )source;