public interface Tieable extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getSerialNumber()
Get the serial number associated with this Tieable.
|
void |
sync(Tie tie,
Tieable newest)
This routine is called to tell this Tieable that the serial
numbers of the Tieables that have been added to the Tie do not
match.
|
long getSerialNumber()
void sync(Tie tie, Tieable newest)