com.jstatcom.ts
Interface TSListAccessor
- All Known Implementing Classes:
- TSActionTypes
public interface TSListAccessor
Interface for classes that should have access to a TSList
.
The reference to the list can be set by the interface method
enableForTSList
.
- Author:
- Markus Kraetzig
Method Summary |
void |
enableForTSList(TSList tsList)
Can be implemented by classes to get access to a
TSList instance. |
enableForTSList
void enableForTSList(TSList tsList)
- Can be implemented by classes to get access to a
TSList
instance. The implementing class
can define its state according to the state of the list.
- Parameters:
tsList
- the list to be accessed