ObjectTitleEvent

Supported only by WrapperFactory service, represents an access (reading) of an object’s title.

The #getReason() will always be null ; access is always allowed.

API

ObjectTitleEvent.java
class ObjectTitleEvent {
  ObjectTitleEvent(Object source, Identifier classIdentifier, String title)
  String getTitle()
}