tizbn
tizbn

Reputation: 1907

create different class for different form in codenameone

I have 5 or more forms in codenameone app and I generally do all the functions in Statemachine . And I want to do each function of each form in different class , how can I do it?

Upvotes: 0

Views: 53

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

Just create a separate class and have the callback of the state machine invoke that class.

Upvotes: 1

Related Questions