Package net.officefloor.gef.configurer
Interface CloseListener
-
public interface CloseListenerListens on close of configuration either by apply or cancel.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplied()Notified that completed applying the configuration.voidcancelled()Notified that cancelled applying the configuration.
-