com.levigo.jadice.appbase
Interface Reloadable

All Known Implementing Classes:
DocumentStatusMessageSnapIn, PrinterStatusSnapIn, ZoomSnapIn

public interface Reloadable

Implementations of this interface are able to be reloaded.


Method Summary
 void destroy()
          Called to inform realizations of this interface that it is being reclaimed and that it should destroy any resources that it has allocated.
 void init()
          Called to inform realizations of this interface that it has been (re-) loaded into the system.
 

Method Detail

init

void init()
Called to inform realizations of this interface that it has been (re-) loaded into the system. Implementations of this interface could override this method if it has any initialization to perform.

See Also:
destroy()

destroy

void destroy()
Called to inform realizations of this interface that it is being reclaimed and that it should destroy any resources that it has allocated.

See Also:
init()


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.