Uses of Class
com.db4o.events.EventArgs
-
Packages that use EventArgs Package Description com.db4o.cs.internal com.db4o.events com.db4o.internal com.db4o.internal.activation com.db4o.internal.events com.db4o.internal.threading -
-
Uses of EventArgs in com.db4o.cs.internal
Subclasses of EventArgs in com.db4o.cs.internal Modifier and Type Class Description class
ClientConnectionEventArgs
class
MessageEventArgs
class
ServerClosedEventArgs
-
Uses of EventArgs in com.db4o.events
Classes in com.db4o.events with type parameters of type EventArgs Modifier and Type Interface Description interface
Event4<T extends EventArgs>
An event.interface
EventListener4<T extends EventArgs>
A listener forEvent4
events.Subclasses of EventArgs in com.db4o.events Modifier and Type Class Description class
CancellableObjectEventArgs
Argument for object related events which can be cancelled.class
ClassEventArgs
class
CommitEventArgs
Arguments for commit time related events.class
ObjectContainerEventArgs
Arguments for container related events.class
ObjectEventArgs
Arguments for object related events.class
ObjectInfoEventArgs
class
QueryEventArgs
Arguments forQuery
related events.class
StringEventArgs
class
TransactionalEventArgs
Fields in com.db4o.events declared as EventArgs Modifier and Type Field Description static EventArgs
EventArgs. EMPTY
No arguments. -
Uses of EventArgs in com.db4o.internal
Methods in com.db4o.internal that return types with arguments of type EventArgs Modifier and Type Method Description Event4<EventArgs>
Config4Impl. prefetchSettingsChanged()
-
Uses of EventArgs in com.db4o.internal.activation
Methods in com.db4o.internal.activation with parameters of type EventArgs Modifier and Type Method Description protected Transaction
TransparentActivationDepthProviderImpl. transactionFrom(EventArgs args)
-
Uses of EventArgs in com.db4o.internal.events
Classes in com.db4o.internal.events with type parameters of type EventArgs Modifier and Type Class Description class
Event4Impl<T extends EventArgs>
Methods in com.db4o.internal.events with type parameters of type EventArgs Modifier and Type Method Description static <T extends EventArgs>
Event4Impl<T>Event4Impl. newInstance()
-
Uses of EventArgs in com.db4o.internal.threading
Subclasses of EventArgs in com.db4o.internal.threading Modifier and Type Class Description class
UncaughtExceptionEventArgs
-