net.sf.sdedit.ui.components
Interface Stainable
- All Known Implementing Classes:
- Tab
public interface Stainable
An interface for objects that can be in the state of being stained or clean.
When the state changes, its StainedListeners are notified.
- Author:
- Markus Strauch
addStainedListener
void addStainedListener(StainedListener listener)
- Adds a StainedListener interested in this Stainable's
state.
- Parameters:
listener - a StainedListener interested in this
Stainable's state
Copyright © 2011. All Rights Reserved.