How can we detect the event on rotating the clamshell on N93

I am working on Nokia N93.On Rotating the clamshell ,UI of the application gets disturbed. What event gets fired? Through J2me how that event could be detected ?
[168 byte] By [sdra] at [2007-11-27 5:05:03]
# 1
I also face the same problem regarding this cell phone type. I'[ve searched on Google and havent found any problem regard this situation.Nokia should have provided this documentation in his website but I can't find any.
Ari_R_Fikria at 2007-7-12 10:23:27 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Although I do not have any experience with this device or the issue, have you checked if sizeChanged() is being called?

I am guessing, the event if any, will be something proprietary. If you are unable to find an answer in this forum or the docs, I would ask the question in the nokia or s60 forum.

rashidmayesa at 2007-7-12 10:23:27 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
yes i used sizechanged() method for detecting the event. Other than this there is no way to determine the event in j2me as far as i know.
sdra at 2007-7-12 10:23:27 > top of Java-index,Java Mobility Forums,Java ME Technologies...