|
SalesPoint Framework v3.0 | |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
HelpableListener | A listener that can be helped by ListenerHelper. |
SerializableComparator | A comparator that is serializable. |
SerializableListener | Tag interface that must be implemented by classes that want to be serialized when a
ListenerHelper that they listen to gets serialized. |
Class Summary | |
Debug | Debug management class. |
ListenerHelper | Helper class that supports Listeners which themselves can be listened to. |
NaturalComparator | A comparator that compares Objects using their natural order. |
ReverseOrderComparator | A comparator that reverses the order implied by another comparator. |
StreamMarker | An Object to mark positions in ObjectStreams. |
Helper classes that come in handy from time to time.
This package contains several helper classes that come in handy from time to
time. The package is a collection of classes that couldn't be sensibly attached to
any other package, because of their generic nature. The classes vary from debugging aids
(Debug
) over helpers for listener management (HelpableListener
,
ListenerHelper
and SerializableListener
) to classes and interfaces
that help with comparators (SerializableComparator
and
NaturalComparator
).
|
SalesPoint Framework v3.0 | |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |