In blackBerry Screen class ,there is a method onDisplay() to do something before showing the screen .
Code:
onDisplay
protected void onDisplay()
Invoked when this screen is pushed onto the display stack. now i want do something after a screen has been painted. just like afterDisplay() or afterPaint().
there is a way to do this? any help? thanks!