Interface UIServer
-
- All Superinterfaces:
DoubleDispatchServer
- All Known Implementing Classes:
UIServer2
public interface UIServer extends DoubleDispatchServer
Created with IntelliJ IDEA. User: wedwards Date: 1/30/14 Time: 5:00 PM To change this template use File | Settings | File Templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIResponse
processUIRequest(UIRequest uiRequest)
-
Methods inherited from interface org.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
processUIRequest
UIResponse processUIRequest(UIRequest uiRequest)
-
-