org.robokind.api.common.utils
Class ListenerConstants

java.lang.Object
  extended by org.robokind.api.common.utils.ListenerConstants
Type Parameters:
T - type of events listened for

public class ListenerConstants
extends Object

Listens for events of type T.

Author:
Matthew Stevenson

Field Summary
static String PROP_LISTENER_ID
           
static String PROP_LISTENER_TYPE
           
 
Constructor Summary
ListenerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_LISTENER_ID

public static final String PROP_LISTENER_ID
See Also:
Constant Field Values

PROP_LISTENER_TYPE

public static final String PROP_LISTENER_TYPE
See Also:
Constant Field Values
Constructor Detail

ListenerConstants

public ListenerConstants()


Copyright © 2011-2013. All Rights Reserved.