Orbital library

orbital.util
Interface EventObjectListener

All Superinterfaces:
java.util.EventListener

public interface EventObjectListener
extends java.util.EventListener

EventObjectListener (Notify) callback interface is a description of a listen-mechanism to react on all types of EventObjects at once.

Author:
André Platzer

Method Summary
 void eventObjectOccured(java.util.EventObject e)
          called back when EventObjectListener is notified.
 

Method Detail

eventObjectOccured

void eventObjectOccured(java.util.EventObject e)
called back when EventObjectListener is notified. This method should be heavily multithread-safe and not synchronized in an implementing subclass.


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.