Uses of Interface
org.pdfsam.eventstudio.Entity
-
Packages that use Entity Package Description org.pdfsam.eventstudio -
-
Uses of Entity in org.pdfsam.eventstudio
Classes in org.pdfsam.eventstudio that implement Entity Modifier and Type Class Description static classEntity.ReferencedEntity<T>Holds an entity referenced using the inputReferencestatic classEntity.StrongEntity<T>A strongly referenced entityFields in org.pdfsam.eventstudio declared as Entity Modifier and Type Field Description private Entity<? extends Listeners.ListenerWrapper>Listeners.ListenerReferenceHolder. referenceMethods in org.pdfsam.eventstudio that return Entity Modifier and Type Method Description (package private) abstract <T> Entity<T>ReferenceStrength. getReference(T referent)Constructors in org.pdfsam.eventstudio with parameters of type Entity Constructor Description ListenerReferenceHolder(int priority, Entity<? extends Listeners.ListenerWrapper> reference)
-