Class AbstractActivity

java.lang.Object
com.google.gwt.activity.shared.AbstractActivity
All Implemented Interfaces:
Activity

public abstract class AbstractActivity extends Object implements Activity
Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.
  • Constructor Details

    • AbstractActivity

      public AbstractActivity()
  • Method Details