Package dk.gtz.graphedit.viewmodel
Interface ICloseable
- All Known Implementing Classes:
SearchPaneController
public interface ICloseable
Interface for closing actions
-
Method Summary
-
Method Details
-
onClose
Set a function to handle the close event.- Parameters:
closer
- the function to call whenclose()
is called
-
close
void close()Close the unit. This will invoke theonClose(Runnable)
handler.
-