Interface MapperUpdateListener
-
- All Known Implementing Classes:
WebConfigListener
public interface MapperUpdateListenerListener interface for objects, which are interested in handlingMapperudpdates.- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(HttpService httpService, NetworkListener httpListener, org.glassfish.grizzly.http.server.util.Mapper mapper)
-
-
-
Method Detail
-
update
void update(HttpService httpService, NetworkListener httpListener, org.glassfish.grizzly.http.server.util.Mapper mapper)
-
-