Spiffy UI Framework

Uses of Interface
org.spiffyui.client.rest.RESTLoginCallBack

Packages that use RESTLoginCallBack
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
 

Uses of RESTLoginCallBack in org.spiffyui.client.rest
 

Methods in org.spiffyui.client.rest that return types with arguments of type RESTLoginCallBack
static java.util.List<RESTLoginCallBack> RESTility.getLoginListeners()
           
 

Methods in org.spiffyui.client.rest with parameters of type RESTLoginCallBack
static void RESTility.addLoginListener(RESTLoginCallBack callback)
          Add login listeners
static void RESTility.removeLoginListener(RESTLoginCallBack callback)
          Remove login listeners
 


Spiffy UI Framework