db4o 7.4

com.db4o.events
Interface EventListener4


public interface EventListener4

A listener for Event4 events.

See Also:
Event4

Method Summary
 void onEvent(Event4 e, EventArgs args)
          The event was triggered.
 

Method Detail

onEvent

void onEvent(Event4 e,
             EventArgs args)
The event was triggered.

Parameters:
e - the specific event that was triggered
args - the arguments for the specific event

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.