[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] .035 Nexy Action in a wizard page

On a wizard page I use to do
public boolean becomesInvisible(int action) {
    if (action == IAction.NEXT){
This does not work anymore.
What should I use instead?