org.onebusaway.container.model
Interface HasListeners<T>

All Known Implementing Classes:
Listeners

public interface HasListeners<T>

Interface that defines that a specific object has listeners of type T that can be added or removed.

Author:
bdferris
See Also:
Listeners

Method Summary
 void addListener(T listener)
           
 void removeListener(T listener)
           
 

Method Detail

addListener

void addListener(T listener)

removeListener

void removeListener(T listener)


Copyright © 2012 OneBusAway. All Rights Reserved.