Package net.officefloor.gef.configurer
Interface CloseListener
-
public interface CloseListener
Listens 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 void
applied()
Notified that completed applying the configuration.void
cancelled()
Notified that cancelled applying the configuration.
-