MShowDBAction action = ( MShowDBAction )source;
onShowDbs( action );
}
else if( eventName.indexOf( event_mj_all_db_stats + "_end" ) == 0 )
{
MShowAllDbStatsAction action = ( MShowAllDbStatsAction )source;
onShowAllDbStats( action );
}
else if( eventName.indexOf( event_use + "_end" ) == 0 )
{
MUseAction action = ( MUseAction )source;