org.utgenome.gwt.utgb.client.track
Interface TrackGroupPropertyChange

All Superinterfaces:
TrackGroupProperty

public interface TrackGroupPropertyChange
extends TrackGroupProperty

Notification of TrackGroupProperty change

Author:
leo

Method Summary
 Set<String> changedKeySet()
          Get the key set of the changed property keys
 boolean contains(String key)
          Test whether the property of the given key has been changed
 boolean containsOneOf(Iterable<String> keyList)
           
 boolean containsOneOf(String[] keySet)
          Test at least one of properties among the given key set has changed
 
Methods inherited from interface org.utgenome.gwt.utgb.client.track.TrackGroupProperty
getProperty, getProperty, getTrackWindow, keySet, toXML
 

Method Detail

contains

boolean contains(String key)
Test whether the property of the given key has been changed

Parameters:
key - property key
Returns:
true if the property of the given key has been changed, otherwise false

containsOneOf

boolean containsOneOf(String[] keySet)
Test at least one of properties among the given key set has changed

Parameters:
keySet - a set of keys to test
Returns:
true if keySet contains a key of changed properties, otherwise false

containsOneOf

boolean containsOneOf(Iterable<String> keyList)

changedKeySet

Set<String> changedKeySet()
Get the key set of the changed property keys

Returns:


Copyright © 2007-2012 utgenome.org. All Rights Reserved.