Interface powersoft.jcm.ui.ButtonController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface powersoft.jcm.ui.ButtonController

public interface ButtonController
extends Object

Method Index

 o fireActionEvent(Event, int, int)
 o nextState(Event, int)

Methods

 o nextState
  public abstract int nextState(Event event,
                                int currentState)
 o fireActionEvent
  public abstract boolean fireActionEvent(Event event,
                                          int currentState,
                                          int newState)

All Packages  Class Hierarchy  This Package  Previous  Next  Index