jsky.util
Interface IApplyCancel

All Known Implementing Classes:
TableSymbolConfig

public interface IApplyCancel

An interface for dialogs that can be applied or canceled.


Method Summary
 void apply()
           
 void cancel()
           
 

Method Detail

apply

void apply()

cancel

void cancel()