public interface RegistrationMarker<R extends MarkableRegistration>
MarkableRegistration
instances.Modifier and Type | Method and Description |
---|---|
R |
applyRegisteredMark()
Applies the registered mark by registering or
unregistering the underlying registrable object.
|
R |
markRegistered(boolean status)
Marks registration with the desired registration status.
|
R |
updateRegisteredMark()
Updates the registered mark according to the current
registration status of the underlying registrable object.
|
R applyRegisteredMark()
Note: This method propagates runtime exceptions thrown by the registration mechanism of the underlying registrable object.
R updateRegisteredMark()
R markRegistered(boolean status)
status
- the desired registration status