Class CallActionAdapter

java.lang.Object
com.codename1.call.session.CallActionAdapter
All Implemented Interfaces:
CallActionListener

public class CallActionAdapter extends Object implements CallActionListener

A CallActionListener whose methods all do nothing, for overriding the few that matter.

Note that leaving providerReset() as a no-op is a real decision and usually the wrong one -- see the method on the interface.