JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ex2
Interface ListObserver
All Known Implementing Classes:
Test.DurationObserver
,
Test.PrintObserver
public interface
ListObserver
Interface for objects that monitor lists' changes.
Method Summary
Methods
Modifier and Type
Method and Description
void
notifyEvent
(
ListEvent
e)
Receives a notification of an event.
Method Detail
notifyEvent
void notifyEvent(
ListEvent
e)
Receives a notification of an event.
Parameters:
e
-
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method