org.simantics.databoard.accessor
Interface Accessor.Listener

All Known Implementing Classes:
ChangeSet, EventCollection
Enclosing interface:
Accessor

public static interface Accessor.Listener


Method Summary
 void onEvents(java.util.Collection<Event> events)
          Notify the listener on a new event
 

Method Detail

onEvents

void onEvents(java.util.Collection<Event> events)
Notify the listener on a new event

Parameters:
events -