org.robokind.api.common.utils
Interface Listener<T>

Type Parameters:
T - type of events listened for

public interface Listener<T>

Listens for events of type T.

Author:
Matthew Stevenson

Method Summary
 void handleEvent(T event)
          Called to notify the Listener of a new event.
 

Method Detail

handleEvent

void handleEvent(T event)
Called to notify the Listener of a new event.

Parameters:
event - the new event to handle


Copyright © 2011. All Rights Reserved.