Reputation: 3121
iphone has a method called applicationDidBecomeActive, was wondering if there was something similar in blackberry SDK.
Upvotes: 4
Views: 182
Reputation: 8920
Maybe Application.activate():
The system invokes this method when it brings this application to the foreground. By default, this method does nothing. Override this method to perform additional processing when being brought to the foreground.
Upvotes: 4