com.beust.jbus
Class Property<T>

java.lang.Object
  extended by com.beust.jbus.Property<T>

public class Property<T>
extends Object

A holder for a value that posts events on the JBus when it gets modified.

Author:
"Cedric Beust"

Constructor Summary
Property(IBus bus, Object source, String name)
           
 
Method Summary
 T get()
           
 String getName()
           
 void set(Object source, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(IBus bus,
                Object source,
                String name)
Method Detail

get

public T get()

getName

public String getName()

set

public void set(Object source,
                T value)


Copyright © 2010. All Rights Reserved.