|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jpeterson.x10.GatewayAdapter
Trivial implementation of the GatewayListener
interface that
receives a GatewayEvent
. The methods in this class are empty,
this class is provided as a convenience for easily creating listeners by
extending this class and overriding only the methods of interest.
TransmitterAdapter
Constructor Summary | |
GatewayAdapter()
Constructor does nothing. |
Method Summary | |
void |
gatewayAllocated(GatewayEvent e)
The Gateway has been allocated. |
void |
gatewayAllocatingResources(GatewayEvent e)
The Gateway is being allocated. |
void |
gatewayDeallocated(GatewayEvent e)
The Gateway has been deallocated. |
void |
gatewayDeallocatingResources(GatewayEvent e)
The Gateway is being deallocated. |
void |
gatewayError(GatewayErrorEvent e)
A GatewayErrorEvent has occurred and the
Gateway is unable to continue normal operation. |
void |
gatewayPaused(GatewayEvent e)
The Gateway has been paused. |
void |
gatewayResumed(GatewayEvent e)
The Gateway has been resumed. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GatewayAdapter()
Method Detail |
public void gatewayPaused(GatewayEvent e)
Gateway
has been paused.GATEWAY_PAUSED
public void gatewayResumed(GatewayEvent e)
Gateway
has been resumed.GATEWAY_RESUMED
public void gatewayAllocated(GatewayEvent e)
Gateway
has been allocated.GATEWAY_ALLOCATED
public void gatewayDeallocated(GatewayEvent e)
Gateway
has been deallocated.GATEWAY_DEALLOCATED
public void gatewayAllocatingResources(GatewayEvent e)
Gateway
is being allocated.GATEWAY_ALLOCATING_RESOURCES
public void gatewayDeallocatingResources(GatewayEvent e)
Gateway
is being deallocated.GATEWAY_DEALLOCATING_RESOURCES
public void gatewayError(GatewayErrorEvent e)
GatewayErrorEvent
has occurred and the
Gateway
is unable to continue normal operation.GatewayErrorEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |